CaptainB

MoneyBar Example

Sep 5th, 2018
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.40 KB | None | 0 0
  1. /* Includes */
  2. #include <a_samp>
  3. #include <moneybar>
  4.  
  5. main()
  6. {
  7.     print("\n----------------------------------");
  8.     print(" Custom MoneyBar By CaptainBoi");
  9.     print("----------------------------------\n");
  10. }
  11.  
  12. public OnPlayerConnect(playerid)
  13. {
  14.  //CreateMoneyBar(playerid, txdboxcolor, txdtextcolor);
  15.  CreateMoneyBar(playerid, 2063600896, -6815489); //Default (On making) textdraws color
  16.  return 1;
  17. }
Add Comment
Please, Sign In to add comment