29.04.2009, 14:35
have anyone a moving object code a easy please im new thx alot
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); //