10.01.2015, 05:45
why two ? you can use one!
pawn Код:
stock GetName(playerid)
{
new pName[24];
GetPlayerName(playerid, pName, 24);
return pName;
}