Guest User

Untitled

a guest
May 24th, 2024
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. This is .ini file :
  2.  
  3. ;------------------------------------------------------------;
  4. ; Automatic command sender for RP servers ;
  5. ; Made by xzytro-springfield collaboration ;
  6. ; ugbase.eu ;
  7. ;------------------------------------------------------------;
  8. ; Important Notes ;
  9. ; -----------------------------------------------------------;
  10. ; 1. [FREQUENCY] is the frequency of sending the commands ;
  11. ; (send command, wait for some seconds, send again) ;
  12. ; --- ;
  13. ; 2. Do not put "/" before the commands, the cleo already ;
  14. ; sends '/' automaticly. To send /getmats, put 'TYPE=getmats';
  15. ; --- ;
  16. ; 3. Position Z does not matter, the only thing that needs ;
  17. ; to be entered is the X and Y coordinates. ;
  18. ; --- ;
  19. ; 4. MILISECONDS=4000 means the frequency is each 4 seconds ;
  20. ; --- ;
  21. ;------------------------------------------------------------;
  22. ; ;
  23. ;-----------------COMMAND-RE-SEND-FREQUENCY------------------;
  24. [DELAY]
  25. MILISECONDS=3000
  26. ;-------------------------COMMAND-1--------------------------;
  27. [COMMAND1]
  28. TYPE=materials get
  29.  
  30. [POS1]
  31. X=2771.1284
  32. Y=-1628.4475
  33. ;-------------------------COMMAND-2--------------------------;
  34. [COMMAND2]
  35. TYPE=MATERIALS DELIVER
  36.  
  37. [POS2]
  38. X=1712.9458
  39. Y=913.2939
  40. ;----------------THANKS FOR USING OUR MOD--------------------;
Add Comment
Please, Sign In to add comment