need help with script
-
im trying to make jetgun never overheat
-
The never_overheat function is from the source code and it basically sets the overheat of the weapon to 0 every 0.05 seconds so it wont overheat when you fire the weapon
init() { level onplayerconnect(); } onplayerconnect() { for(;;) { level waittill( "connecting", player ); player thread never_overheat(); } } never_overheat() { self endon( "disconnect" ); while ( 1 ) { if ( self getcurrentweapon() == "jetgun_zm" ) { self setweaponoverheating( 0, 0 ); } wait 0.05; } } -
thx bro
-
so does it mean that it wont break or will it be usable with no limit cuz thats too op

-
so does it mean that it wont break or will it be usable with no limit cuz thats too op

GhostRider0125 i think it means it wont break, I will try and make it more balanced when I release my tranzit pack
-
sick

-
sick

GhostRider0125 i meant to put if i release my tranzit mod because i dont really have the time lol
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