hlmod.hu
https://hlmod.hu/

Granat + oles
https://hlmod.hu/viewtopic.php?f=29&t=14543
Oldal: 1 / 1

Szerző:  MISU1998 [ 2014.02.23. 12:09 ]
Hozzászólás témája:  Granat + oles

Sziasztok 2db plugint keresek:
1. Ingyen granatot kap mindenki, mikor ujraeled.
2. Ha valakit megolsz akkor full tarad lesz és vagy feltoltodik a hpja fullra, vagy valamenyit visszatölt

Köszönöm

Szerző:  lis789 [ 2014.02.23. 12:57 ]
Hozzászólás témája:  Re: Granat + oles

1
SMA Forráskód: [ Mindet kijelol ]
  1. /* Plugin generated by AMXX-Studio */
  2.  
  3. #include <amxmodx>
  4. #include <amxmisc>
  5. #include <hamsandwich>
  6. #include <cstrike>
  7. #include <fun>
  8.  
  9. #define PLUGIN "New Plug-In"
  10. #define VERSION "1.0"
  11. #define AUTHOR "author"
  12.  
  13.  
  14. public plugin_init()
  15. {
  16. register_plugin(PLUGIN, VERSION, AUTHOR)
  17. register_event("DeathMsg", "Death", "a")
  18. }
  19. public Death()
  20. {
  21. new halal = read_data(2)
  22.  
  23. set_hudmessage(0, 212, 255, -1.0, 0.2, 0, 6.0, 12.0)
  24. show_hudmessage(halal, "3 Masodperc mulva ujra eledsz!")
  25.  
  26. set_task(3.0,"eledes",halal)
  27. }
  28.  
  29. public eledes(id)
  30. {
  31. ExecuteHam(Ham_CS_RoundRespawn,id)
  32. give_item(id, "weapon_hegrenade")
  33. }

teszteld

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