Advertisement
Guest User

Untitled

a guest
Apr 9th, 2020
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.16 KB | None | 0 0
  1. #include <a_samp>
  2. #include <sscanf2>
  3.  
  4. main()
  5. {
  6.     print("Hello World!");
  7. }
  8.  
  9. public OnGameModeInit()
  10. {
  11.     return 1;
  12. }
  13.  
  14. public OnGameModeExit()
  15. {
  16.     return 1;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement