How to fix this?
#3

this usually happens when your code is outside.
I mean outside of the brackets.

just make sure that it's "inside" somewhere


like in OnGamemodeInit
pawn Код:
public OnGameModeInit()
{
    AddPlayerClass(167, player_x,player_y,player_z,player_angle, 28,100,16,5,28,100);
    AddPlayerClass(106, player_x,player_y,player_z,player_angle, 28,100,16,5,28,100);
    //and so on.....
    return 1;
}
Reply


Messages In This Thread
How to fix this? - by VanSiera - 16.04.2014, 16:14
Re: How to fix this? - by VanSiera - 16.04.2014, 16:19
Re: How to fix this? - by CutX - 16.04.2014, 16:31

Forum Jump:


Users browsing this thread: 1 Guest(s)