need moveobject code
#1

have anyone a moving object code a easy please im new thx alot
Reply
#2

on top:
Код:
new fc;// or whatever u want to name it
Код:
if (strcmp("/Yourcommand",cmdtext, true, 10) == 0){
MoveObject(fc, x, y ,z, 5); // The 5 is the speed of the moving object
return 1;}

Make sure you have your object like this.

Код:
fc = CreateObject(3330,2778.318115,-1809.945922,9.786190,-1.000000,-2.000000,-47.000000); //
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)