Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot SA-MP Support [Client] Texture Studio doors not opening

 
  • 0 Vote(s) - 0 Average
Client Texture Studio doors not opening
Kevinas
Offline

Burgershot Member
Posts: 7
Threads: 3
Joined: Feb 2021
Reputation: 0
#1
2021-03-05, 08:03 AM
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?
Radical
Offline

Burgershot Member
Posts: 148
Threads: 21
Joined: Dec 2020
Reputation: 16
#2
2021-03-05, 09:23 AM (This post was last modified: 2021-03-05, 09:24 AM by Radical.)
(2021-03-05, 08:38 AM)Radical Wrote: Use this function to rotate a object.
PHP Code:
stock RotateObject(objectid, Float:rotX, Float:rotY, Float:rotZ, Float:Speed)
{
    new 
Float:X, Float:Y, Float:Z, Float:SpeedConverted = floatmul(Speed, 0.01);
    
GetObjectPos(objectid, X, Y, Z);
    
SetObjectPos(objectid, X, Y, floatadd(Z, 0.01));
    
MoveObject(objectid, X, Y, floatsub(Z, 0.01), SpeedConverted, rotX, rotY, rotZ);
    return 
1;
} 
https://burgershot.gg/showthread.php?tid=1728
Kevinas
Offline

Burgershot Member
Posts: 7
Threads: 3
Joined: Feb 2021
Reputation: 0
#3
2021-03-05, 09:43 AM (This post was last modified: 2021-03-05, 09:55 AM by Kevinas.)
(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(objectid, Float:rotX, Float:rotY, Float:rotZ, Float:Speed)
{
    new Float:X, Float:Y, Float:Z, Float:SpeedConverted = floatmul(Speed, 0.01);
    GetObjectPos(objectid, X, Y, Z);
    SetObjectPos(objectid, X, Y, floatadd(Z, 0.01));
    MoveObject(objectid, X, Y, floatsub(Z, 0.01), SpeedConverted, rotX, rotY, rotZ);
    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
« Next Oldest | Next Newest »



  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald

Linear Mode
Threaded Mode