21.04.2015, 15:26
I have little problem i made anti health hack, and when player hack I want only admin gets the message that the player is possible Health Hacker
Code:Something with this is wrong does not show up in the game and all the players get this message
Code:Something with this is wrong does not show up in the game and all the players get this message
Code:
new pname[MAX_PLAYER_NAME];
new string[256];
GetPlayerName(target,pname,sizeof(pname));
SendClientMessage(admin,0xFF0000FF,string);//string
format(string,sizeof(string),"%s is possible Health Hacker!",pname);


