Guest User

Untitled

a guest
Mar 26th, 2009
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. #include <a_samp>
  2. #if defined FILTERSCRIPT
  3.  
  4. public OnFilterScriptInit()
  5. {
  6. // Here your objects!
  7.     return 1;
  8. }
  9.  
  10. public OnFilterScriptExit()
  11. {
  12.     return 1;
  13. }
  14.  
  15. #else
  16.  
  17. main()
  18. {
  19. }
  20.  
  21. #endif
  22.  
  23.  
Advertisement
Add Comment
Please, Sign In to add comment