I keep getting this error
#1

Solved
Reply
#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
#3

solved ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)