hi guys, i need help with an reload timer.

I would like to run it on clientside, so the server doesnt need to work with it.

My problem is, all timer functions i tried , dont work the way i want it.

If i use a
wait(-5);

in the
Code:
function players_fired()

{

       if (connection == 2)

       {

               client_fired = 1;

 ************* wait (-5); **************

               client_fired = 0;

       }

       if (connection == 3)

       {

               server_fired = 1;

               wait (1);

               server_fired = 0;

       }


i am no longer possible to make anny move orders during the 5 seconds wait.

if someone has an idea, plz help me,
ill send u my whole code per PM then, so u c what i mean.

Thanks guys.


Last edited by MikeS; 12/26/08 21:40.