Posts: 175
Threads: 9
Joined: Aug 2010
Quote:
Originally Posted by Ironboy
You mean this?
pawn Код:
new pname[MAX_PLAYER_NAME]; GetPlayerName(playerid, pname, sizeof(pname)); format(string, sizeof(string), "%s ", pname); //do something here SendClientMessageToAll(COLOR_YELLOW, string);
|
No, I wanna check the players name and then if its X player, it will do X thing.