[Release] Rocket Ride Code Snippet
-
for da trickshotters that copy and paste for their mods, enjoy this
all you need to do is call
monitor_rocket_ride
on a player once & thread itmonitor_rocket_ride() { self endon("disconnect"); level endon("game_ended"); for(;;) { self waittill("missile_fire", weap, weapname); if (weapname == "usrpg_mp" || weapname == "smaw_mp") { self notify("newrocket"); self unlink(); self playerlinkto(weap); self thread rocket_ride_shit(); self thread rocket_ride_death(weap); } } } rocket_ride_death(weap) { self endon("newrocket"); weap waittill("death"); self notify("ye"); self unlink(); } rocket_ride_shit() { self endon("newrocket"); self endon("ye"); for(;;) { if (self jumpbuttonpressed()) { self unlink(); wait 0.02; } else { wait 0.02; } } }
-
nothing was understood successfully
-
AdrX003 What?
-
do i just put it in scripts ?
-
TheDuckx4436 yes you just put it in scripts, lmk if it doesnt work, i have another code you could use.
-
yea did not work if u could send the new one would be much appreciated
-
TheDuckx4436 did u type it in? sned ss
-
nah how do i do that
-
just screen shot