Advertisement
Guest User

Untitled

a guest
Aug 14th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. gamemode.pwn:
  2. #include <a_samp> // 1
  3. #include <a_mysql> // 2
  4. #include <streamer> // 3
  5. #include <sscanf2> // 4
  6. #include <YSI\y_master> // 5
  7. #include <YSI\y_commands> // 6
  8. #include <YSI\y_iterate> // 7
  9. #include <YSI\y_timers> // 8
  10. #include <YSI\y_hooks> // 9
  11. #include <YSI\y_amx> // 10
  12. #include <foreach> // 11
  13. #include <fly> // 12
  14.  
  15. #include <primuinc>
  16. #include <aldoileainc>
  17. primuinc.inc:
  18. hook OnGameModeInit() {
  19.  
  20. print("primu inc");
  21.  
  22. return 1;
  23. }
  24.  
  25. aldoileainc.inc:
  26. hook OnGameModeInit() {
  27.  
  28. print("al doilea inc");
  29.  
  30. return 1;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement