10.12.2014, 01:13
Tente assim:
pawn Код:
stock Nome(playerid)
{
new Nome[MAX_PLAYER_NAME];
GetPlayerName(playerid, Nome, 24);
return Nome;
}