23.04.2010, 21:31
Antes que Me Esquece Adicionar :
Final do GM ou Abaixo das New (inicio GM)
Para Nгo Dar "Undefined PlayerName"
Final do GM ou Abaixo das New (inicio GM)
pawn Код:
PlayerName(playerid) {
new PlayerName[MAX_PLAYERS];
GetPlayerName(playerid, PlayerName, MAX_PLAYERS);
return PlayerName;
}