17.10.2011, 14:34
Quote:
Show me where you create it, and show me the contents of the PlayerName function, also read the edit I made in my post.
|
pawn Code:
new Escape[5][128];
stock PlayerName(playerid)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
return name;
}