hlmod.hu
https://hlmod.hu/

2 HUD egyszeree?
https://hlmod.hu/viewtopic.php?f=24&t=19665
Oldal: 1 / 1

Szerző:  fabi113 [ 2015.02.26. 17:26 ]
Hozzászólás témája:  2 HUD egyszeree?

Sziasztok azt meg lehet valahogy oldani hogy 2 HUD egyszere folyamatosan látszódjon(2 külömböző pluginbol lévő HUD)

Ugye a bb modba lent mutatja az Életerőt és a Kasztot,de mivel betetem a pontrendszert ezért az csak vibrál.. néha de nem látszik..

Szerző:  DeR0iD [ 2015.02.26. 18:09 ]
Hozzászólás témája:  Re: 2 HUD egyszeree?

SMA Forráskód: [ Mindet kijelol ]
  1. /* Plugin generated by AMXX-Studio */
  2.  
  3. #include <amxmodx>
  4. #include <dhudmessage>
  5.  
  6. #define PLUGIN "New Plug-In"
  7. #define VERSION "1.0"
  8. #define AUTHOR "author"
  9.  
  10.  
  11. public plugin_init() {
  12. register_plugin(PLUGIN, VERSION, AUTHOR)
  13. register_clcmd("say hud", "hud")
  14. // Add your code here...
  15. }
  16. public hud() {
  17. set_dhudmessage(0, 0, 255, -1.0, 0.05, 0, 6.0, 12.0)
  18. show_dhudmessage(0, "-Kek-")
  19. set_dhudmessage(255, 0, 0, -1.0, 0.10, 0, 6.0, 12.0)
  20. show_dhudmessage(0, "-Piros")
  21. }

Szerző:  fabi113 [ 2015.02.26. 18:45 ]
Hozzászólás témája:  Re: 2 HUD egyszeree?

DeR0iD írta:
SMA Forráskód: [ Mindet kijelol ]/* Plugin generated by AMXX-Studio */
 
#include <amxmodx>
#include <dhudmessage>
 
#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"
 
 
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say hud", "hud")
// Add your code here...
}
public hud() {
set_dhudmessage(0, 0, 255, -1.0, 0.05, 0, 6.0, 12.0)
show_dhudmessage(0, "-Kek-")
set_dhudmessage(255, 0, 0, -1.0, 0.10, 0, 6.0, 12.0)
show_dhudmessage(0, "-Piros")
}


És ez egy plugin most? akkor készitsek amxx ennek?és tegyem be? vagy a pontrendszerbe tegyem valahogy be?

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