Advertisement
Guest User

TestScript.pwn

a guest
Nov 3rd, 2022
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.24 KB | Source Code | 0 0
  1. #include <a_samp>
  2. #include <TestInclude>
  3.  
  4. main(){}
  5.  
  6. public OnGameModeInit()
  7. {
  8.     print("Original OnGameModeInit called!");
  9.     return 1;
  10. }
  11.  
  12. public OnPlayerConnect(playerid)
  13. {
  14.     print("Original OnPlayerConnect called!");
  15.     return 1;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement