hlmod.hu
https://hlmod.hu/

Deathrun /free
https://hlmod.hu/viewtopic.php?f=10&t=18803
Oldal: 1 / 1

Szerző:  .:[Z]o.O[M]:. :D [ 2015.01.02. 15:26 ]
Hozzászólás témája:  Deathrun /free

Ebbe valaki bele írná hogy csak TE tudja használni?
SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmodx>
  2. #include <cstrike>
  3. #include <fun>
  4. #include <colorchat>
  5. public plugin_init() {
  6. register_clcmd("say /free","adak")
  7. register_clcmd("say fr","adak")
  8. }
  9. public adak(id){
  10. give_item(id, "weapon_usp")
  11. give_item(id, "ammo_45acp");
  12. set_hudmessage(52, 192, 202, 0.08, 0.66, 0, 6.0, 5.0)
  13. show_hudmessage(0, "Freerun kör van! Körvégén ruli/kés!")
  14. ColorChat(0, GREEN, "^3[^4FREE^3] ^1A ^3Terrorista ^1 úgy döntött,hogy nem csapdáz! Körvégén ^3ruli^1/^3kés^1!")
  15. }
  16.  

Szerző:  PiStA99 [ 2015.01.02. 16:06 ]
Hozzászólás témája:  Re: Deathrun /free

Próbáld
SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmodx>
  2. #include <cstrike>
  3. #include <fun>
  4. #include <colorchat>
  5. public plugin_init() {
  6. register_clcmd("say /free","adak")
  7. register_clcmd("say fr","adak")
  8. }
  9. public adak(id){
  10. if(get_user_team(id) == 1)
  11. give_item(id, "weapon_usp")
  12. give_item(id, "ammo_45acp");
  13. set_hudmessage(52, 192, 202, 0.08, 0.66, 0, 6.0, 5.0)
  14. show_hudmessage(0, "Freerun kör van! Körvégén ruli/kés!")
  15. ColorChat(0, GREEN, "^3[^4FREE^3] ^1A ^3Terrorista ^1 úgy döntött,hogy nem csapdáz! Körvégén ^3ruli^1/^3kés^1!")
  16. }
  17.  

Szerző:  RaZzoR [ 2015.01.02. 23:30 ]
Hozzászólás témája:  Re: Deathrun /free

SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmodx>
  2. #include <amxmisc>
  3. #include <fun>
  4. #include <colorchat>
  5.  
  6. public plugin_init() {
  7. register_clcmd("say /free","adak")
  8. register_clcmd("say fr","adak")
  9. }
  10.  
  11. public adak(id){
  12. if(get_user_team(id) != 1) return PLUGIN_HANDLED
  13.  
  14. give_item(id, "weapon_usp")
  15. give_item(id, "ammo_45acp")
  16.  
  17. set_hudmessage(52, 192, 202, 0.08, 0.66, 0, 6.0, 5.0)
  18. show_hudmessage(0, "Freerun kör van! Körvégén ruli/kés!")
  19.  
  20. ColorChat(0, GREEN, "^3[^4FREE^3] ^1A ^3Terrorista ^1 úgy döntött,hogy nem csapdáz! Körvégén ^3ruli^1/^3kés^1!")
  21.  
  22. return PLUGIN_CONTINUE
  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/