hlmod.hu
https://hlmod.hu/

Méretek HUD
https://hlmod.hu/viewtopic.php?f=10&t=18239
Oldal: 1 / 1

Szerző:  Be$t.# [2014.11.24. 15:03 ]
Hozzászólás témája:  Méretek HUD

hali!:)
valaki segítene azt szeretném hogy a statisztika nullázom nagyobb legyen mind ami van most bele irva azt hogy tudom megcsinálni?
Aki kuldi 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(0, 245, 255, 0.25, 0.22, 0, 6.0, 12.0)
  11. show_hudmessage(id, ".:[»Sikersen 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. }
  17.  
  18.  

Szerző:  aron87 [2014.11.24. 15:06 ]
Hozzászólás témája:  Re: Méretek HUD

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


INCLUDE: https://forums.alliedmods.net/attachmen ... 1297640630

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