[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_rideon 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 ?
-
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
-
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
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login