Advertisement
Guest User

d0

a guest
Oct 10th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.16 KB | None | 0 0
  1. new tbase=0;
  2. public timer()
  3. {
  4.     for(new i = 0; i<20; i++,tbase++)
  5.     {
  6.         if(tbase >= MAX_PLAYERS) tbase=0;
  7.         //use tbase instead of i here
  8.         //.... your code
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement