Advertisement
adri1

Untitled

Sep 22nd, 2017
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include <a_samp>
  2. #include <custom-query-flood-check>
  3.  
  4. public OnQueryFloodCheck(queryType, binaryAddress)
  5. {
  6. if(queryType == 'i' || queryType == 'p')
  7. {
  8. return 0;
  9. }
  10. return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement