Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int delay = 200,
- last_tick = 0;
- void penis_hook()
- {
- if (GET_GAME_TIMER() - last_tick > delay)
- {
- //stuff
- last_tick = GET_GAME_TIMER();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement