03.10.2011, 18:04
I do have the GetName function already, which is working. Its using the variable 'Name' though, so that wont be the problem neither.
pawn Код:
stock GetName(playerid)
{
new Name[24];
GetPlayerName( playerid, Name, sizeof Name );
return Name;
}