04.09.2013, 22:24
troque todos os sedername por:
PlayerName(playerid)
mais prбtico, coloque no final do game-mode a stock:
PlayerName(playerid)
mais prбtico, coloque no final do game-mode a stock:
pawn Код:
stock PlayerName(playerid)
{
new nomeplayer[MAX_PLAYER_NAME];
GetPlayerName(playerid, nomeplayer, MAX_PLAYER_NAME);
return nomeplayer;
}