I keep getting this error
#2

You are not closing the function call.
The compiler expects another parameter when it finds a comma, but there is none.

pawn Код:
CreateExplosion(RandomFire_X+random(3),RandomFire_Y-random(3),RandomFire_Z+random(1), 1, 8.0);
CreateExplosion(RandomFire_X+random(3),RandomFire_Y+random(3),RandomFire_Z+random(1), 1, 8.0);
Reply


Messages In This Thread
I keep getting this error - by tiernantheman - 19.04.2012, 12:39
Re: I keep getting this error - by Thomas. - 19.04.2012, 15:40
Re: I keep getting this error - by Dude_Lebowski - 19.04.2012, 17:18

Forum Jump:


Users browsing this thread: 1 Guest(s)