hlmod.hu
https://hlmod.hu/

Számláló bele írás
https://hlmod.hu/viewtopic.php?f=10&t=18479
Oldal: 1 / 1

Szerző:  MeSter [2014.12.12. 23:41 ]
Hozzászólás témája:  Számláló bele írás

SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmodx>
  2. #include <amxmisc>
  3. #include <fun>
  4. #include <fakemeta>
  5. #include <cstrike>
  6. #include <hamsandwich>
  7. #include <colorchat>
  8.  
  9. #define PLUGIN "Fegyvermenu"
  10. #define VERSION "1.0"
  11. #define AUTHOR "MeSter"
  12.  
  13. new WP;
  14. new Prefix[] = "Hyper NoVa"
  15. new szam
  16. new szamolo[33];
  17.  
  18. public plugin_init() {
  19. register_plugin(PLUGIN, VERSION, AUTHOR)
  20. szam = register_cvar("Idozito", "16")
  21. register_logevent("Vege",2,"1=Round_End")
  22. RegisterHam(Ham_Spawn, "player", "Fegyvermenu", 1)
  23. }
  24. public Vege()
  25. {
  26. WP = 0;
  27. }
  28. public Fegyvermenu(id)
  29. {
  30. new ido = get_pcvar_num(szam)
  31. formatex(szamolo, charsmax(szamolo), "\wFegyver Csomagok \y[\d%d mp\y]", ido);


Hello valaki meg csinálná ezt hogy számoljon is :D már meg van minden csak a viaszszámlálót kell bele iktatni :) ha muszáj a cvar ki mehet !

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