error 001: expected token: ";", but found "-identifier-"
#9

Agh this is weird
this is before change:
Код:
//End of line of gate in grove street
	health1 = CreatePickup(1240, 2, 2000.5692,1550.5258,13.6088, -1);
with the error still there, but after the change:
Код:
//End of line of gate in grove street
	;
	health1 = CreatePickup(1240, 2, 2000.5692,1550.5258,13.6088, -1);
no more errors, solved
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)