new error
#6

Usually happens when you try to set a variable value like this:

Wrong:
pawn Код:
new x;
x == 1;
Which should be:
pawn Код:
new x;
x = 1;
Reply


Messages In This Thread
new error - by Godzilla8957 - 31.07.2012, 20:12
Re: new error - by DeathOnaStick - 31.07.2012, 20:14
Re: new error - by xSkullx - 31.07.2012, 21:01
Respuesta: Re: new error - by HarlemSAMP - 31.07.2012, 21:26
Re: new error - by xSkullx - 31.07.2012, 21:28
Re: new error - by [KHK]Khalid - 31.07.2012, 21:40

Forum Jump:


Users browsing this thread: 6 Guest(s)