02.06.2012, 05:09
On the code below....
WritePlayer is defined at the top as
Which has no value, or is not a valid function. You might want to re-do the tutorial.
The same thing is with line 343, the "Spawn" function is defined as zero.
EDIT:
Toooooooooooooooo late....
pawn Код:
if(newPlayer)
{
new skin[4];
valstr(skin,GetPlayerSkin(playerid));
WritePlayer(skin,playerid,false); // line 120
}
pawn Код:
#define WritePlayer
The same thing is with line 343, the "Spawn" function is defined as zero.
EDIT:
Toooooooooooooooo late....