document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. SQL_HOST "localhost" // Mysql Host
  2. #define SQL_DB "samp" // Nome da Database
  3. #define SQL_USER "root" // Nome do usuário do MySQL
  4. #define SQL_PASS "" // Senha do usuário do MySQL
  5. #define MAX_SPRAY_TAGS (100) // Maximo de spray tags.
  6. #define SPRAY_TAG_TIMER (4) // Segundos para criar a spray tag.
  7. #define SPRAY_TAG_OBJECT (19353) // ID do objeto.
  8. #define SPRAY_TAG_OBJECT_DISTANCE (200.0) // Distância em que pode ser visto a spray tag
');