fusez / Map-Editor-V3

Fusez's Map Editor Version 3 - This is a map editor for SA:MP
26 stars 12 forks source link

Fixed an issue when editing an object's position #4

Open Walter-Correa opened 1 day ago

Walter-Correa commented 1 day ago

The speed of moving the object and also the accuracy were compromised due to the use of:

SetObjectPos(objectid, fX, fY, fZ);
SetObjectRot(objectid, fRotX, fRotY, fRotZ);

This fix may also fully or partially solve this problem: https://github.com/fusez/Map-Editor-V3/issues/3