i tried this:
and this
but still gotting
[doublepost=1632561098,1632556864][/doublepost]i fixed it, close the thread pls
Code:
on rightclick:
player has permission "tc.ride"
if player's tool is a blue dye:
if name of player's tool contains "&bPush vehicle forwards":
make player execute command "/pveh"
command /pveh:
trigger:
player has permission "tc.ride"
set {_veh} to vehicle of the player
push {_veh} in direction of the player forwards at speed 1
and this
Code:
on rightclick:
player has permission "tc.ride"
set {_veh} to vehicle of the player
push {_veh} in direction of the player forwards at speed 1
but still gotting
Code:
Can't understand this condition/effect: push {_veh} in direction of the player forwards at speed 1 (hallowensw.sk, line 39: push {_veh} in direction of the player forwards at speed 1')