26.06.2015, 00:28
Quote:
Tenta este codigo aqui do IpsBruno
Код:
stock PlayerName(playerid) { new PlayerNameLevel[MAX_PLAYERS]; GetPlayerName(playerid, PlayerNameLevel, MAX_PLAYERS); return PlayerNameLevel; } |
pawn Код:
stock PlayerName(playerid)
{
new PlayerNameLevel[MAX_PLAYER_NAME];
GetPlayerName(playerid, PlayerNameLevel, sizeof(PlayerNameLevel));
return PlayerNameLevel;
}