13.11.2013, 06:19
Hah, irony.
I changed:
to
and the issue is resolved. Did not occur to me at first that I still had to initialize the array as a Float:{posx, posy, posz}. [+] Rep to you Rajat for posting that though right before I tried adding Float: to it.
I changed:
pawn Код:
new bump1 = CreateRace("Bump 1", {1747.3285,1452.9128,10.9435}, 1, (1000 * 60 * 3), {522, 0, 0, 0, 0, 0, 0, 0, 0, 0});
pawn Код:
new bump1 = CreateRace("Bump 1", Float:{1747.3285,1452.9128,10.9435}, 1, (1000 * 60 * 3), {522, 0, 0, 0, 0, 0, 0, 0, 0, 0});

