open.mp forum
[Client] Texture Studio doors not opening - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Support (https://forum.open.mp/forumdisplay.php?fid=12)
--- Thread: [Client] Texture Studio doors not opening (/showthread.php?tid=1729)



Texture Studio doors not opening - Kevinas - 2021-03-05

When I rotate a door it rotates visually, but it's axis doesn't change and stays in the same position, so whenever I rotate a door it opens and closes in the same spots as before, has anyone ever encountered this?


RE: Texture Studio doors not opening - Radical - 2021-03-05

(2021-03-05, 08:38 AM)Radical Wrote: Use this function to rotate a object.
PHP Code:
stock RotateObject(objectidFloat:rotXFloat:rotYFloat:rotZFloat:Speed)
{
    new 
Float:XFloat:YFloat:ZFloat:SpeedConverted floatmul(Speed0.01);
    
GetObjectPos(objectidXYZ);
    
SetObjectPos(objectidXYfloatadd(Z0.01));
    
MoveObject(objectidXYfloatsub(Z0.01), SpeedConvertedrotXrotYrotZ);
    return 
1;

https://burgershot.gg/showthread.php?tid=1728


RE: Texture Studio doors not opening - Kevinas - 2021-03-05

(2021-03-05, 09:23 AM)Radical Wrote:
(2021-03-05, 08:38 AM)Radical Wrote: Use this function to rotate a object.
PHP Code:
stock RotateObject(objectidFloat:rotXFloat:rotYFloat:rotZFloat:Speed)
{
? ? new 
Float:XFloat:YFloat:ZFloat:SpeedConverted floatmul(Speed0.01);
? ? 
GetObjectPos(objectidXYZ);
? ? 
SetObjectPos(objectidXYfloatadd(Z0.01));
? ? 
MoveObject(objectidXYfloatsub(Z0.01), SpeedConvertedrotXrotYrotZ);
? ? return 
1;

https://burgershot.gg/showthread.php?tid=1728


https://imgur.com/9aWT6bx

I'm not using code, I'm using Texture Studio 1.9, the 188 id is the axis of the door, no matter how I rotate the door, the axis stays in the same position, thus not letting the door open in the way I want it to