hlmod.hu
https://hlmod.hu/

Txt-be html információ
https://hlmod.hu/viewtopic.php?f=29&t=18584
Oldal: 1 / 1

Szerző:  Z$OL@ [ 2014.12.21. 02:46 ]
Hozzászólás témája:  Txt-be html információ

Valaki tud nekem olyan plugint írni ami a /rangok paracsra felhoz egy motd szöveget?
Előre is köszönöm.

Szerző:  MeSter [ 2014.12.21. 08:10 ]
Hozzászólás témája:  Re: Txt-be html információ

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 /rang", "rangok")
  14. }
  15.  
  16. public rangok(id) {
  17. show_motd(id, "addons/amxmodx/configs/rangok.txt")
  18. }
  19.  

Szerző:  Z$OL@ [ 2014.12.21. 11:34 ]
Hozzászólás témája:  Re: Txt-be html információ

Köszönöm szépen!Ment a gomb!

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