hlmod.hu
https://hlmod.hu/

ruli
https://hlmod.hu/viewtopic.php?f=10&t=26925
Oldal: 1 / 1

Szerző:  rusky18 [2016.12.26. 12:56 ]
Hozzászólás témája:  ruli

Üdv valaki meg tudja csinálni hogy /fr után a terrorista ne tudjon gombot nyomni előre is köszönöm!
  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/