23.06.2012, 17:45
Try this one:
Код:
stock PlayerName(playerid) { new name[255]; GetPlayerName(playerid, name, 255); return name; }