Object prob
#1

....
Reply
#2

Wrong call back man try using.

Код:
forward OnPlayerEditDynamicObject(playerid, objectid, response, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz);
Additionally you might want to put this in I'm not sure if it would be buggy to try and move a moving object never tested it but you might want to do this.

Код:
 if(IsDynamicObjectMoving(objectid))  StopDynamicObject(objectid);
Also moving dynamic objects is significantly slower to respond than using MoveObject() (I noticed this when creating a script which lets the player throw objects by pre-calculating the frames MoveDynamicObject() had very poor performance)
Reply
#3

you need to update the object for all the players when you finish editing it !
edit : oh i forgot you are using streamer
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)