13.12.2014, 15:03
I get a bunch of these errors:
C:\Users\Jack\Desktop\CR-RP(LS)\gamemodes\GLRP.pwn(2125) : warning 202: number of arguments does not match definition
The lines in question:
MoveObject(LSPD_Door[ObjectID2], 248.838562, 72.513465, 1002.560241, 1.50, 0.0, 0.0, 179.100021);
The last three coords are the rotational which I need in my case, since its for a gate, without those last three coords the gate messes up. How do I remove the warning though?
C:\Users\Jack\Desktop\CR-RP(LS)\gamemodes\GLRP.pwn(2125) : warning 202: number of arguments does not match definition
The lines in question:
MoveObject(LSPD_Door[ObjectID2], 248.838562, 72.513465, 1002.560241, 1.50, 0.0, 0.0, 179.100021);
The last three coords are the rotational which I need in my case, since its for a gate, without those last three coords the gate messes up. How do I remove the warning though?