25.09.2017, 17:33
This is the correct way to get a player's name:
Код:
new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, MAX_PLAYER_NAME); format(str,sizeof(str),"%s | %s |",orgname, name);