Advertisement
DraKiNs

[COD] Parse Values

Jun 26th, 2011
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.29 KB | None | 0 0
  1. #define parseint(%0) \
  2.             _:%0
  3.  
  4. #define parsebool(%0) \
  5.             bool:%0
  6.  
  7. #define parsefloat(%0) \
  8.             Float:%0
  9.  
  10.  
  11. #define parsefile(%0) \
  12.             File:%0
  13.  
  14.  
  15.  
  16.  
  17. /*
  18.     - Example:
  19.      new var1 = parseint(true);
  20.      new var = parseint(IsPlayerInRangeOfPoint(x,1.0,0.0.0.0.0.0));
  21. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement