document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. => Ajuste o preço das bomba
  2. #define SMALL_BOMB_PRICE 0 // Basta alterar estes.
  3. #define NORMAL_BOMB_PRICE 0
  4. #define HEAVY_BOMB_PRICE 0
  5.  
  6. => Edite caso queira Definir as cordeadas da loja
  7. #define ShopX 0.0 // Basta alterar estes.
  8. #define ShopY 0.0
  9. #define ShopZ 0.0
  10.  
  11. Geral
  12. => Alterar o diretório de poupança.
  13. pawn Code:
  14. #define xPlosivesPath "xPlosives/%s.ini" //Mude a parte sob vírgulas
');