hlmod.hu
https://hlmod.hu/

/info
https://hlmod.hu/viewtopic.php?f=29&t=12795
Oldal: 1 / 1

Szerző:  AsD# [ 2013.11.21. 21:56 ]
Hozzászólás témája:  /info

Helló nekem egy olyan plugin kelene ha be írom chat ba hogy /info akkor amit az info.txt be írtam infokat azokat ki adja egy ablakban aki elkészíti megy a gomb! :)

Szerző:  NiGGeR-BorZ [ 2013.11.21. 22:29 ]
Hozzászólás témája:  Re: /info

Nesze tuti h mükszik!

Csinálj configs-ba info.txt és abba írj
Remélem segíthettem.
És egy jó tipp máskor "Plugin kéréshez írd". :)
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", "info_cucc")
  14. }
  15. public info_cucc(id)
  16. {
  17. show_motd(id, "addons/amxmodx/configs/info.txt", "INFO")
  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/