11.04.2013, 00:28
Add this to your script:
Hope I helped
pawn Код:
stock Playername(playerid)
{
new Name[MAX_PLAYER_NAME + 1];
GetPlayerName(playerid, Name, MAX_PLAYER_NAME + 1);
return Name;
}