I saw in a post a while back about pre-patch bounces being a server config setting, although I can't see where to enable it/what the setting is called, does anyone know?

Hyper
@Hyper
Posts
-
Server Setting for Pre-Patch Bounes? -
[Support] Hunter Killer Riding HelpSass thank you love you. Working fine now thank you
-
[Support] Hunter Killer Riding HelpSass haha yeah they are it is sick though.
I tried putting “ wait x “ but for some reason it just doesn’t detach at all, jus totally ignores the wait,
-
[Support] Hunter Killer Riding HelpHello
Just trying to get this GSC to work where instead of sitting on the Hunter Killer until it exploads, it instead sits there for a few seconds then lets you fall? tried everything i could think of but did not work.
Code:
doHunterRide()
{
self endon("disconnect"); self giveWeapon( "missile_drone_mp" ); self switchToWeapon( "missile_drone_mp" ); self iPrintln("Hunter Killer Drone ^2Given"); wait .3; for (;;) { self waittill("missile_fire", weapon, weapname); self enableInvulnerability(); if (weapname == "missile_drone_projectile_mp") { self PlayerLinkTo(weapon); weapon waittill("death"); self detachAll(); self DisableInvulnerability(); } wait 0.05; }
}