Advertisement
Guest User

Filterscript

a guest
Jan 27th, 2015
71
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. public OnFilterScriptInit()
  3. {
  4.     return 1;
  5. }
  6. public OnFilterScriptExit()
  7. {
  8.     return 1;
  9. }
  10. public OnRconCommand(cmd[])
  11. {
  12.     return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement