hlmod.hu
https://hlmod.hu/

Freerun
https://hlmod.hu/viewtopic.php?f=29&t=21930
Oldal: 1 / 1

Szerző:  Patrik :D [2015.08.11. 11:40 ]
Hozzászólás témája:  Freerun

Sziasztok,
Egy olyan plugint szeretnék kérni ,hogy:
Ha a T beírja ,hogy free akkor kapjon egy usp-t.
Mert már láttam hasonlót ,hogy /ruli stb.
Nekem csak egy olyan kéne ,hogy beírja : free (csak simán free nem kell / ) és akkor kapjon egy usp-t
De teli tárral vagyis 12/100
Előre is köszönöm.
:)

Szerző:  Tomii*:~ [2015.08.11. 11:57 ]
Hozzászólás témája:  Re: Freerun

Hali,
tessék: viewtopic.php?f=101&t=19439

Szerző:  Cyberboy [2015.08.11. 18:46 ]
Hozzászólás témája:  Re: Freerun

Tessék:
SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmodx>
  2. #include <cstrike>
  3. #include <fun>
  4.  
  5. #define PLUGIN "New Plug-In"
  6. #define VERSION "1.0"
  7. #define AUTHOR "author"
  8.  
  9.  
  10. public plugin_init() {
  11. register_plugin(PLUGIN, VERSION, AUTHOR)
  12. register_clcmd("say free", "free")
  13. }
  14. public free(id) {
  15. new CsTeams:userTeam = cs_get_user_team(id)
  16. if(userTeam == CS_TEAM_T && is_user_alive(id)) {
  17. give_item(id, "weapon_usp")
  18. give_item(id,"ammo_45acp")
  19. give_item(id,"ammo_45acp")
  20. give_item(id,"ammo_45acp")
  21. give_item(id,"ammo_45acp")
  22. give_item(id,"ammo_45acp")
  23. give_item(id,"ammo_45acp")
  24. give_item(id,"ammo_45acp")
  25. give_item(id,"ammo_45acp")
  26. give_item(id,"ammo_45acp")
  27. }
  28. else {
  29. client_print(id, print_chat, "A parancsot csak terroristak használhasak!")
  30. }
  31. }
  32.  
  33.  

Szerző:  Applee [2015.08.12. 17:21 ]
Hozzászólás témája:  Re: Freerun

Tomii*:~ írta:

Olvass egy kicsit alatta! Demon leírta...

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