30.05.2009, 20:17
About the moving object again
Look this screenshot when i want to move it up.: http://i40.tinypic.com/30xc1fs.jpg
Look this screenshot when i want to move it up.: http://i40.tinypic.com/30xc1fs.jpg
Код:
if( !strcmp(cmdtext,"/mou",true )) { MoveObject(helipad,382.001038,2500.741211,52.551369); SendClientMessage(playerid,COLOR_RED, "The object has been moved up! "); return 1; } if( !strcmp(cmdtext,"/mod",true )) { MoveObject(helipad,372.814697,2547.501709,14.510818); SendClientMessage(playerid, COLOR_RED, "The object has been moved down! "); return 1; }