22.10.2014, 02:54
Quote:
You can not REP People yet. You need 50 posts to be able to do that.
There is an issue when you try to compile it. pawn Код:
|
pawn Код:
stock pName(playerid)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
return name;
}