12.10.2012, 16:14
Probably you forgot to create a stock for those or you haven't any "new PlayerName2" on that command or something.
You should create a stock (My Opinion)
You should create a stock (My Opinion)
pawn Код:
stock pName(playerid)
{
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
return pName;
}