Help with Vehicles

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

XMichael_LP

Member
Jul 2, 2019
2
1
3
Hello, I need help with vehicles, because the steering from left and right does not work!
These are my plugins:
Plugins.png



Script version (not up to date): Script bensku-2.4-alpha4
Screenwriter: Bensku
Minecraft version: 1.12.2


Code:
command /Auto:
    trigger:
        give fire charge named "&aAuto" to player
        
on rightclick with fire charge:
    make the player ride a armor stand


command /Autos:   
    trigger:
        make the player ride a armor stand


on rightclick with armor stand:
    make the player ride a armor stand
        


on vehicle steer left:
    vehicle of player is on ground
    set yaw of player to -0.1
on vehicle steer right:
    vehicle of player is on ground
    set yaw of player to +0.1
on vehicle steer forward:
    vehicle of player is on ground
    push vehicle of player horizontally forward at speed 1
on vehicle steer backward:
    vehicle of player is on ground
    push vehicle of player horizontally backwards at speed 0.2
    
on vehicle exit:
    if event-entity is a armor stand:
        kill event-entity
 
Last edited:
Hello, I requesting you if i could help you make your server Because i have big experience on skript...
[doublepost=1562494338,1562494087][/doublepost]Hello, I requesting you if i could help you make your server Because i have big experience on skript...

Discord: b4u_#8085
[doublepost=1562494375][/doublepost]For some reason this got Duplicaited
 
Status
Not open for further replies.