hlmod.hu
https://hlmod.hu/

Deathrun Free
https://hlmod.hu/viewtopic.php?f=29&t=18771
Oldal: 1 / 1

Szerző:  .:[Z]o.O[M]:. :D [2014.12.31. 17:40 ]
Hozzászólás témája:  Deathrun Free

Nekem egy olyan free kellene amikor a terrorista beírja hogy free akkor kapjon egy USP-t

Szerző:  expert [2015.01.01. 14:00 ]
Hozzászólás témája:  Re: Deathrun Free

SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmodx>
  2. #include <cstrike>
  3. #include <fun>
  4.  
  5. public plugin_init()
  6. {
  7. register_plugin("asd", "1.0", "expert")
  8. register_clcmd("say /free", "asd")
  9. }
  10.  
  11. public asd(id)
  12. {
  13. if(get_user_team(id) == 1)
  14. {
  15. give_item(id, "weapon_usp")
  16. cs_set_user_bpammo(id, CSW_USP, 30)
  17. }
  18. }

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