20.09.2015, 18:19
for playername use this stock
or maybe you have miss a " } "
who is the last script you moddifed?
PHP код:
stock PlayerName(playerid)
{
new pname[MAX_PLAYER_NAME];
GetPlayerName(playerid,pname,MAX_PLAYER_NAME);
return pname;
}
who is the last script you moddifed?