21.08.2010, 22:17
ahhh thanks for that I didnt notice that lol, ill look a bit more carefully next time, but could you help me with one more thing?
I get this error twice for the two lines below
warning 202: number of arguments does not match definition
I get this error twice for the two lines below
warning 202: number of arguments does not match definition
pawn Code:
//MyGate1
if(admingate1Open)MoveObject(admingate1,2227.585693, -1146.666138, 26.401253); //These are the coordinates of the gate if it were in it's opened state.
else MoveObject(admingate1,2220.164795, -1144.388916, 26.401253);//These are the coordinates of the gate if it were in it's closed state.