hlmod.hu
https://hlmod.hu/

motd megjelenítő
https://hlmod.hu/viewtopic.php?f=29&t=13015
Oldal: 1 / 1

Szerző:  Neee csámcsogj [ 2013.12.01. 13:33 ]
Hozzászólás témája:  motd megjelenítő

Motd megjelenítő plugint keresek..
Vagyis ha pl játék közbe beírják h /akarmi, akkor bejön 1 ablak és rajta szöveggel..

Szerző:  NiGGeR-BorZ [ 2013.12.01. 13:39 ]
Hozzászólás témája:  Re: motd megjelenítő

Csinálj configs mappába asd.txt
és írd bele ami kell.
Remélem segíthetem :) .

SMA Forráskód: [ Mindet kijelol ]
  1. /* Plugin generated by AMXX-Studio */
  2.  
  3. #include <amxmodx>
  4. #include <amxmisc>
  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 /info", "asd")//// /info helyére írd ami kell.
  14. }
  15. public asd(id)
  16. {
  17. show_motd(id, "addons/amxmodx/configs/asd.txt", "INFO") /// át tudod itt írni elérhetőségét is.
  18. }

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