hlmod.hu
https://hlmod.hu/

rs
https://hlmod.hu/viewtopic.php?f=29&t=10008
Oldal: 1 / 1

Szerző:  mate10 [2013.08.09. 21:38 ]
Hozzászólás témája:  rs

Valaki tud olyan plugint ami mi után be írta valaki /rs ezt írja ékezettel [HES][Játékos neve] Sikeresen nullázta a statisztikáját ezzel a parancsal: /rs

Szerző:  TysOn [2013.08.09. 21:50 ]
Hozzászólás témája:  Re: rs

Try:
SMA Forráskód: [ Mindet kijelol ]
  1. /* Plugin generated by AMXX-Studio */
  2.  
  3. #include <amxmodx>
  4. #include <amxmisc>
  5. #include <cstrike>
  6. #include <fun>
  7.  
  8.  
  9. #define PLUGIN "Reset score"
  10. #define VERSION "1.0"
  11. #define AUTHOR "author"
  12.  
  13.  
  14. public plugin_init() {
  15. register_plugin(PLUGIN, VERSION, AUTHOR)
  16. register_clcmd("say /rs", "nullazas")
  17. register_clcmd("say /resetscore", "nullazas")
  18. }
  19. public nullazas(id) {
  20. set_user_frags(id,0)
  21. cs_set_user_deaths(id,0)
  22.  
  23. new name[33]
  24. get_user_name(id, name, 33)
  25. client_print(0,print_chat,"[HES] %s Sikeresen nullázta a statisztikáját, ezzel a parancsal: /rs", name)
  26. }
  27.  
  28.  
  29.  
  30.  

Oldal: 1 / 1 Minden időpont UTC+02:00 időzóna szerinti
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/