Advertisement
Slowhand-VI

_vars.fos

Aug 19th, 2015
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.88 KB | None | 0 0
  1. Put the lines below to their respective places. (Header/Body)
  2.  
  3. ...
  4.  
  5. #define LVAR_gambling_bet_value                 (601)
  6. #define LVAR_gambling_bet_type                  (602)
  7. #define LVAR_gambling_bet_number                (603)
  8. #define LVAR_gambling_roulette_roll             (604)
  9. #define LVAR_gambling_bet_progress              (605)
  10.  
  11. ...
  12.  
  13. ...
  14.  
  15.    $    601 1   gambling_bet_value  0   0   0   4
  16. **********
  17.    Value of bet placed. 0 if no bet.
  18. **********
  19.  
  20.    $    602 1   gambling_bet_type   0   0   0   4
  21. **********
  22.    Type of the bet placed, check gambling_h.fos for defines.
  23. **********
  24.  
  25.    $    603 1   gambling_bet_number 0   0   0   4
  26. **********
  27.    The number rolled in a roulette round.
  28. **********
  29.  
  30.    $    604 1   gambling_roulette_roll  0   0   0   4
  31. **********
  32.    Rolled roulette number.
  33. **********
  34.  
  35.    $    605 1   gambling_bet_progress   0   0   0   4
  36. **********
  37.    Progress of the bet, check gambling_h.fos for defines.
  38. **********
  39.  
  40. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement