03.12.2013, 13:03
Hello, how can i make that when a player use /stats id that it show the player which stats get looked "Blabla is looking at your stats"?
format(string, sizeof(string), "* %s[%d] is checking your stats!", pName, playerid);
SendClientMessage(id, 0x33CCFFAA, string);
new pName[MAX_PLAYER_NAME]
GetPlayerName(playerid,pName,sizeof(pName));