Ravenheart2900
07-11-2001, 08:17 PM
Perhaps you could decrease the wait time for my missle to lock onto enemy aircraft? Like cut that time in half, maybe?
|
View Full Version : Automissle Request Ravenheart2900 07-11-2001, 08:17 PM Perhaps you could decrease the wait time for my missle to lock onto enemy aircraft? Like cut that time in half, maybe? DeLukas 07-12-2001, 05:59 AM Ah don't wish. Scripting on the client-side (which is what I do mostly) does not allow you to change the mechanics of the game. I can't make weapons do more damage, make you unkillable, or make you fly. All that can be done with server-side scripts, but then what is the fun if you can not do it on every server. Client-side scripting allows for detection and normal actions. I like to split Client scripting into two areas detection and automation. Detection scripts: Alert you that an event has occured (Message when a enemy takes you flag) Automation scripts: Cause you to perform an action when an event has occured (Using the repair kit automaticly when your health is low) The short of it. I can not play with the rules for the game on the client side, so I can not decrease the wait time for misslelock Gryphon 07-12-2001, 10:45 AM :2lol: DUH! Kusiami 07-13-2001, 06:30 PM Okay, thanks anyway. |