Seems you uploaded the new 1 .
Anyway, let me tell you the previous code and the new code difference.
Previous Code:
- Checks every 0.1 sec for IN_USE pressed
- Engine & FM(Bad(A lot CPU usage), only use 1 of them)
- Uses set_task.(Many natives is used, e.g. is_user_connected, is_user_alive, e.t.c)
New Code:
- Checks ONLY when a button is pressed.
- Only FM is used.
- Only get_gametime() is used
Last edited by Excalibur.007; 09-29-2010 at 07:35.