BigETI

Some GVar example

Jan 16th, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.17 KB | None | 0 0
  1. new ircStr[32];
  2. format(ircStr, sizeof(ircStr), "%sCount", user);
  3. new count = GetGVarInt(ircStr);
  4. SetGVarInt(ircStr, count++);
  5. if(count < 3)
  6. {
  7.     //Continue here your code
  8. }
Advertisement
Add Comment
Please, Sign In to add comment