Posts: 2,286
Threads: 18
Joined: Jun 2010
Quote:
Originally Posted by xMCx
pawn Код:
new Pname[MAX_PLAYER_NAME]; new string[40]; IsPlayerAdmin(playerid)){ GetPlayerName(playerid,pname,sizeof(Pname)); format(string,40,"[TAG(or any thing else)]%s",Pname); SetPlayerName(playerid,string); }
|
You copied the post above and put } and return 1; at the end, WIN!