hlmod.hu
https://hlmod.hu/

Hudos-rs
https://hlmod.hu/viewtopic.php?f=10&t=18226
Oldal: 1 / 1

Szerző:  Be$t.# [ 2014.11.23. 12:03 ]
Hozzászólás témája:  Hudos-rs

helló nekem ezt az rs-t nem tudná ugy átirni hogy ne mindenki lássa csak én aki megcsinálja anak megy a gomb!
SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmodx>
  2. #include <cstrike>
  3. #include <fun>
  4. public plugin_init() {
  5. register_clcmd("say /rs","reset")
  6. }
  7. public reset(id){
  8. new name[33]
  9. get_user_name(id,name,charsmax(name))
  10. set_hudmessage(255, 0, 0, 0.25, 0.22, 0, 6.0, 12.0)
  11. show_hudmessage(0, "Sikeresen nulláztad a statisztikádat!",name)
  12. set_user_frags(id,0)
  13. cs_set_user_deaths(id,0)
  14. set_user_frags(id,0)
  15. cs_set_user_deaths(id,0)
  16. }
  17.  
  18.  

Szerző:  RaZzoR [ 2014.11.23. 12:15 ]
Hozzászólás témája:  Re: Hudos-rs

SMA Forráskód: [ Mindet kijelol ]
  1. show_hudmessage(id, "Sikeresen nulláztad a statisztikádat!")

Szerző:  kecskee12 [ 2014.11.25. 11:54 ]
Hozzászólás témája:  Re: Hudos-rs

SMX Forráskód: [ Mindet kijelol ]
  1. #include <amxmodx>
  2. #include <cstrike>
  3. #include <fun>
  4. public plugin_init() {
  5. register_clcmd("say /rs","reset")
  6. }
  7. public reset(id){
  8. new name[33]
  9. get_user_name(id,name,charsmax(name))
  10. set_hudmessage(255, 0, 0, 0.25, 0.22, 0, 6.0, 12.0)
  11. show_hudmessage(id, "Sikeresen nulláztad a statisztikádat!")
  12. set_user_frags(id,0)
  13. cs_set_user_deaths(id,0)
  14. set_user_frags(id,0)
  15. cs_set_user_deaths(id,0)
  16. }

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