21.04.2012, 10:18
Hello all, what is the best/effeciant way to save a playername is this good ?
or are there any other methods that are better
pawn Код:
stock PlayerName(playerid)
{
new pName[25];
GetPlayerName(playerid, pName, sizeof(pName));
return pName;
}