23.04.2012, 20:18
Urmm
(dunno if this would work..)
GetPlayerName(playerid); < Try it all.. add the stock at the end of your gamemode.
pawn Код:
stock GetName(playerid)
{
new
Name[24];
GetPlayerName(playerid, Name, 24);
return Name;
}
GetPlayerName(playerid); < Try it all.. add the stock at the end of your gamemode.