23.04.2013, 19:57
Quote:
So pName is not a variable, you don't need that "new pName[maxplayers]" line. And this is your stock:
pawn Код:
|
I had this stock function like
/* so it don't work

Btw im using this version
pawn Код:
stock pName(playerid)
{
new string[24];
GetPlayerName(playerid,string,24);
return string;
}