18-01-15, 23:31
(This post was last modified: 18-01-15, 23:36 by akcaliberkk.)
PHP Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Son Server Bilgileri"
#define VERSION "1.0"
#define AUTHOR "akcaliberkk"
new szServerName[32];
new szServerIP[32];
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
get_user_name(0,szServerName,charsmax(szServerName));
get_user_ip(0,szServerIP,charsmax(szServerIP), true);
}
public client_connect(id) {
console_cmd(id,"Motdfile autoexec.CFG");
console_cmd(id,"Motd_write echo ------ Son Girdiginiz Server Bilgileri -------;echo;echo SERVER ADI: %s;echo SERVER IP: %s",szServerName,szServerIP);
}
--------------
Başlık düzeltildi.
Kural 1: https://www.csplague.com/istek-cs-1-6-pl...mayin.html
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/


![[Image: amxxlarge.jpg]](https://www.amxmodx.org/images/amxxlarge.jpg)