hlmod.hu
https://hlmod.hu/

Parancsok elrejtése hiba!
https://hlmod.hu/viewtopic.php?f=10&t=17770
Oldal: 1 / 1

Szerző:  NuD[!]e [2014.10.27. 09:01 ]
Hozzászólás témája:  Parancsok elrejtése hiba!

Üdv.
Valaki meg oldaná nekem hogy el tüntesse de a parancsok müködjenek mert hiába irom be hogy /rs nm nulláza a statom!:(
SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmodx>
  2.  
  3. #define PLUGIN "Vesszos parancs elrejto"
  4. #define VERSION "1.0"
  5. #define AUTHOR "crazy"
  6.  
  7. public plugin_init() {
  8. register_plugin(PLUGIN, VERSION, AUTHOR)
  9. register_clcmd("say", "cmdsay")
  10. register_clcmd("say_team", "cmdsay")
  11. }
  12. public cmdsay(id)
  13. {
  14. new szoveg[192]
  15. read_args(szoveg,charsmax(szoveg))
  16. remove_quotes(szoveg)
  17. return(szoveg[0] == '/')
  18. }
  19.  

Szerző:  MeSter [2014.10.27. 09:21 ]
Hozzászólás témája:  Re: Parancsok elrejtése hiba!

SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmodx>
  2.  
  3. #define PLUGIN "Vesszos parancs elrejto"
  4. #define VERSION "1.0"
  5. #define AUTHOR "crazy"
  6.  
  7. public plugin_init() {
  8. register_plugin(PLUGIN, VERSION, AUTHOR)
  9. register_clcmd("say", "cmdsay")
  10. register_clcmd("say_team", "cmdsay")
  11. }
  12. public cmdsay(id)
  13. {
  14. new szoveg[192]
  15. read_args(szoveg,charsmax(szoveg))
  16. remove_quotes(szoveg)
  17. return(szoveg[0] == '/')
  18. }
  19.  

Szerző:  NuD[!]e [2014.10.27. 11:13 ]
Hozzászólás témája:  Re: Parancsok elrejtése hiba!

nem jo!:(

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