Plate Posted August 12, 2012 Share Posted August 12, 2012 function rocket() local x, y, z = getElementPosition(slothbot6) setPedAnimation( slothbot6, "ROCKET", "WALK_start_rocket") createProjectile(20, x, y, z+1) end setTimer(rocket, 500, 1) Link to comment
Castillo Posted August 12, 2012 Share Posted August 12, 2012 El script esta puesto como client side o server side? Link to comment
Alexs Posted August 12, 2012 Share Posted August 12, 2012 Clickea createProjectile y ve su informacion, Rojo es Client Link to comment
Plate Posted August 12, 2012 Author Share Posted August 12, 2012 Me dice bad argument getElementPosition Bad Argument setPedAnimation Link to comment
Recommended Posts