06.12.2013, 18:26
Make sure you have the GetPlayerNameEx function right and about the ID, you maybe have a bot(s).
pawn Код:
stock GetPlayerNameEx(playerid)
{
new
_GetPlayerName[ MAX_PLAYER_NAME ];
GetPlayerName( playerid, _GetPlayerName, sizeof( _GetPlayerName ) )
return _GetPlayerName;
}
