Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. InitChars()
  2. {
  3. for(new i = 0; i < 89; i++)
  4. {
  5. if(i+33!=92 && i+33!=73 && i+33!=108 && i+33!=42 && i+33!=94 && i+33!=64 && i+33!=37 && i+33!=91 && i+33!=93 && i+33!=39 && i+33!=95 && i+33!=96)
  6. {
  7. charS[counT] = i + 33;
  8. counT++;
  9. }
  10.  
  11. }
  12. SetTimer("KodDrawShow", 10000, false);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement