hlmod.hu
https://hlmod.hu/

mindenkinek VIP
https://hlmod.hu/viewtopic.php?f=29&t=6991
Oldal: 1 / 1

Szerző:  Pele [ 2013.01.01. 14:22 ]
Hozzászólás témája:  mindenkinek VIP

Sziasztok.
Tegnap ki irtad de valahogy eltünt xD
szoval ki irom még 1 szer xD
aki fent van a szerverre /feljön
ADMIN_LEVEL_H jogot ad neki
Előre is köszi

Szerző:  HunGamer [ 2013.01.01. 15:16 ]
Hozzászólás témája:  Re: mindenkinek VIP

Próbáld ki. Nincs tesztelve.
SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmodx>
  2. #include <amxmisc>
  3.  
  4. #define PLUGIN "New Plug-In"
  5. #define VERSION "1.0"
  6. #define AUTHOR "HunGamer"
  7.  
  8.  
  9. public plugin_init()
  10. {
  11. register_plugin(PLUGIN, VERSION, AUTHOR)
  12. }
  13. public client_putinserver(id)
  14. {
  15. set_task(5.0, "give", id)
  16. }
  17. public give(id)
  18. {
  19. set_user_flags(id, get_user_flags(id) | ADMIN_LEVEL_H)
  20. }

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