28.12.2014, 14:12
Quote:
But with SetPlayerName will write the prefix and the player name in the file? or?
|
pawn Код:
new name[MAX_PLAYER_NAME];
new string[24];
GetPlayerName(playerid,name,sizeof(name));
format(string,sizeof(string),"%s%s",name,prefix);
SetPlayerName(playerid,string);