on rightclick with stick:
targeted entity is a chicken
set {_target} to targeted entity
make player ride {_target}
wait 5 ticks
while vehicle of player is {_target}:
change yaw of vehicle of player to yaw of player
change pitch of vehicle of player to pitch of player
on vehicle button press:
if event-button is space:
push vehicle of player upwards at speed 0.4
if event-button is w:
push vehicle of player in the direction of player at speed 0.4
if event-button is a:
push vehicle of player to the left at speed 0.1
if event-button is d:
push vehicle of player to the right at speed 0.1
if event-button is s:
push vehicle of player backwards at speed 0.2
Pytanie
Dadudze 0
po wpisaniu /sk reload [nazwa]
wywala serwer
on rightclick with stick: targeted entity is a chicken set {_target} to targeted entity make player ride {_target} wait 5 ticks while vehicle of player is {_target}: change yaw of vehicle of player to yaw of player change pitch of vehicle of player to pitch of player on vehicle button press: if event-button is space: push vehicle of player upwards at speed 0.4 if event-button is w: push vehicle of player in the direction of player at speed 0.4 if event-button is a: push vehicle of player to the left at speed 0.1 if event-button is d: push vehicle of player to the right at speed 0.1 if event-button is s: push vehicle of player backwards at speed 0.2Odnośnik do komentarza
https://skript.pl/temat/15077-randomsk-serwer-sie-wylacza/Udostępnij na innych stronach
3 odpowiedzi na to pytanie
Rekomendowane odpowiedzi