hlmod.hu
https://hlmod.hu/

Furiennek gyorsaság!
https://hlmod.hu/viewtopic.php?f=29&t=19200
Oldal: 1 / 1

Szerző:  levo00 [ 2015.01.30. 10:44 ]
Hozzászólás témája:  Furiennek gyorsaság!

Sziasztok! valaki írna egy olyan plugint hogy a furien gyorsan mennyen ? xd

Szerző:  excitedboy [ 2015.01.30. 11:02 ]
Hozzászólás témája:  Re: Furiennek gyorsaság!

Szia!

Nem nagyon vagyok jártas a Furien módba, de tudtommal a Furienek, azok a Terrorista csapat tagjai.

Próbáld, hátha:

Cvar: amx_tgyorsasag // Ezzel beállíthatod milyen gyors legyen a Furein, az az a T csapat.
SMA Forráskód: [ Mindet kijelol ]
  1. /* Plugin generated by AMXX-Studio */
  2. #include <amxmodx>
  3. #include <cstrike>
  4. #include <fun>
  5.  
  6. #define PLUGIN "Terrorisa csapat gyorsaság"
  7. #define VERSION "1.0"
  8. #define AUTHOR "excitedboy"
  9.  
  10. new tgyorsasag
  11.  
  12. public plugin_init() {
  13. register_plugin(PLUGIN, VERSION, AUTHOR)
  14.  
  15. register_event("CurWeapon", "Event_CurWeapon", "be","1=1");
  16. tgyorsasag = register_cvar("amx_tgyorsasag","30.0")
  17. }
  18.  
  19. public Event_CurWeapon(id)
  20. {
  21. if(cs_get_user_team(id) == CS_TEAM_T){
  22. new Float:gyors = get_user_maxspeed(id) + get_pcvar_float(tgyorsasag);
  23. set_user_maxspeed(id , gyors);
  24. }
  25. return PLUGIN_CONTINUE;
  26. }

Szerző:  levo00 [ 2015.01.30. 11:08 ]
Hozzászólás témája:  Re: Furiennek gyorsaság!

excitedboy írta:
Szia!

Nem nagyon vagyok jártas a Furien módba, de tudtommal a Furienek, azok a Terrorista csapat tagjai.

Próbáld, hátha:

Cvar: amx_tgyorsasag // Ezzel beállíthatod milyen gyors legyen a Furein, az az a T csapat.
SMA Forráskód: [ Mindet kijelol ]/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <cstrike>
#include <fun>
 
#define PLUGIN "Terrorisa csapat gyorsaság"
#define VERSION "1.0"
#define AUTHOR "excitedboy"
 
new tgyorsasag
 
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
 
register_event("CurWeapon", "Event_CurWeapon", "be","1=1");
tgyorsasag = register_cvar("amx_tgyorsasag","30.0")
}
 
public Event_CurWeapon(id)
{
if(cs_get_user_team(id) == CS_TEAM_T){
new Float:gyors = get_user_maxspeed(id) + get_pcvar_float(tgyorsasag);
set_user_maxspeed(id , gyors);
}
return PLUGIN_CONTINUE;
}
köszi! :)

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