10.04.2017, 22:52
Quote:
Do you have created pName somewhere? Or you just add it because you saw in posts before?
|
PHP код:
stock pname(playerid)
{
new GetName[24];
GetPlayerName(playerid, GetName, 24);
return GetName;
}