hlmod.hu
https://hlmod.hu/

Frag számoló
https://hlmod.hu/viewtopic.php?f=9&t=9160
Oldal: 1 / 1

Szerző:  small [ 2013.06.25. 23:41 ]
Hozzászólás témája:  Frag számoló

Hello annyit szeretnék kérdezni h miért nem akarja a számolni a fragokat?
SMA Forráskód: [ Mindet kijelol ]
  1. /* Plugin generated by AMXX-Studio */
  2.  
  3. #include <amxmodx>
  4. #include <amxmisc>
  5.  
  6. #define BIZTATTA_HOGY_NEM_FOG_MUKODNI "TysON"
  7.  
  8. #define PLUGIN "New Plug-In"
  9. #define VERSION "1.0"
  10. #define AUTHOR "author"
  11.  
  12. new fragek[33]
  13. public plugin_init() {
  14. register_plugin(PLUGIN, VERSION, AUTHOR)
  15.  
  16. register_event("DeathMsg","eDeath","a")
  17. }
  18. public eDeath()
  19. {
  20. new olo = read_data(1)
  21. fragek[olo] += 1
  22. }


Előre is köszi

Szerző:  Nandee [ 2013.06.26. 10:58 ]
Hozzászólás témája:  Re: Frag számoló

SMA Forráskód: [ Mindet kijelol ]
  1. /* Plugin generated by AMXX-Studio */
  2.  
  3. #include <amxmodx>
  4. #include <amxmisc>
  5.  
  6. #define BIZTATTA_HOGY_NEM_FOG_MUKODNI "TysON"
  7.  
  8. #define PLUGIN "New Plug-In"
  9. #define VERSION "1.0"
  10. #define AUTHOR "author"
  11.  
  12. new fragek[33]
  13. public plugin_init() {
  14. register_plugin(PLUGIN, VERSION, AUTHOR)
  15.  
  16. register_event("DeathMsg","eDeath","a")
  17. }
  18. public eDeath()
  19. {
  20. new id = read_data(1)
  21. new olo= get_user_attacker(id)
  22. fragek[olo] += 1
  23. }

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