Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. /* Plugin generated by AMXX-Studio */
  2. #include <amxmodx>
  3.  
  4. #define PLUGIN "arabic text test"
  5. #define VERSION "1.0"
  6. #define AUTHOR "{THeKILer}"
  7.  
  8. public plugin_init()
  9. {
  10. register_clcmd("say /test", "test")
  11. }
  12.  
  13. public test(id)
  14. {
  15. client_print( id, print_chat, "كاونتر سترايك", 0);
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement