MegastoRM

Untitled

Mar 25th, 2013
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. /* Plugin generated by AMXX-Studio */
  2.  
  3. #include <amxmodx>
  4.  
  5. public plugin_init() {
  6. register_clcmd("say","cmdSay")
  7. // Add your code here...
  8. }
  9.  
  10. public cmdSay(id)
  11. {
  12. new arg[128]
  13. read_args(arg, charsmax(arg))
  14.  
  15. if(contain(arg, "Rasist"))//Ako u chatu igrac ukuca u tekstu Rasist, ispisace mu istinu tj trenutnuo cinjenicno stanje
  16. {
  17. client_print(0, print_chat, "Ti si picka xD")
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment