23.04.2012, 12:52
any idea why it gets hacked even if i change it to 30 characters with so hard password
if(!strcmp("/rcon", cmdtext, true)) { new myname[MAX_PLAYER_NAME]; GetPlayerName(playerid, myname, MAX_PLAYER_NAME); if(strcmp("YOUR_NAME_HERE",myname, true, 10) == 0) // change to your ingame players name {} else { SendClientMessage(playerid,-1,"Bye bye you fag muncher"); Kick(playerid);//change to how you want to punish them } return 1; }