hlmod.hu
https://hlmod.hu/

Képernyő színezés
https://hlmod.hu/viewtopic.php?f=9&t=7767
Oldal: 1 / 1

Szerző:  ultraibolya [2013.03.18. 18:21 ]
Hozzászólás témája:  Képernyő színezés

Hogy kell beszínezni valakinek a képernyőjét?
(valaki írna egy példát?)

Szerző:  pixxa112 [2013.03.18. 18:22 ]
Hozzászólás témája:  Re: Képernyő színezés

ultraibolya írta:
Hogy kell beszínezni valakinek a képernyőjét?
(valaki írna egy példát?)


Ezt már én is kerestem.
Kíváncsi leszek rá :)

Szerző:  expert [2013.03.18. 19:11 ]
Hozzászólás témája:  Re: Képernyő színezés

http://amxmodx.crys.hu/site/?p=pluginz&c=l&f=7864789

Szerző:  crazy` [2013.03.18. 19:14 ]
Hozzászólás témája:  Re: Képernyő színezés

tessék, egy példa plugin, egyszerűbb:
SMA Forráskód: [ Mindet kijelol ]
  1. /* Plugin generated by AMXX-Studio */
  2.  
  3. #include <amxmodx>
  4.  
  5. #define PLUGIN "New Plugin"
  6. #define VERSION "1.0"
  7. #define AUTHOR "Author"
  8.  
  9. new g_ScreenFade;
  10.  
  11. public plugin_init() {
  12. register_plugin(PLUGIN, VERSION, AUTHOR)
  13. g_ScreenFade = get_user_msgid("ScreenFade");
  14. register_clcmd("say /sotetits", "kepernyoszine", ADMIN_IMMUNITY);
  15.  
  16. }
  17. public kepernyoszine(id)
  18. {
  19. if(is_user_connected(id))
  20. {
  21. message_begin(MSG_ONE, g_ScreenFade, _, id);
  22. write_short(1 << 0);
  23. write_short(1 << 0);
  24. write_short(1 << 2);
  25. write_byte(0);
  26. write_byte(0);
  27. write_byte(0);
  28. write_byte(255);
  29. message_end();
  30. }
  31. }

Szerző:  pixxa112 [2013.03.18. 19:43 ]
Hozzászólás témája:  Re: Képernyő színezés

crazy` írta:
tessék, egy példa plugin, egyszerűbb:
SMA Forráskód: [ Mindet kijelol ]
  1. /* Plugin generated by AMXX-Studio */
  2.  
  3. #include <amxmodx>
  4.  
  5. #define PLUGIN "New Plugin"
  6. #define VERSION "1.0"
  7. #define AUTHOR "Author"
  8.  
  9. new g_ScreenFade;
  10.  
  11. public plugin_init() {
  12. register_plugin(PLUGIN, VERSION, AUTHOR)
  13. g_ScreenFade = get_user_msgid("ScreenFade");
  14. register_clcmd("say /sotetits", "kepernyoszine", ADMIN_IMMUNITY);
  15.  
  16. }
  17. public kepernyoszine(id)
  18. {
  19. if(is_user_connected(id))
  20. {
  21. message_begin(MSG_ONE, g_ScreenFade, _, id);
  22. write_short(1 << 0);
  23. write_short(1 << 0);
  24. write_short(1 << 2);
  25. write_byte(0);
  26. write_byte(0);
  27. write_byte(0);
  28. write_byte(255);
  29. message_end();
  30. }
  31. }

Na ezt kiprobálom.

Szerző:  kiki [2013.03.18. 20:24 ]
Hozzászólás témája:  Re: Képernyő színezés

http://www.hlmod.hu/viewtopic.php?f=23&t=4372

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