y0.
Jak w temacie, jak by się ktoś miał chęci i by zmienił ten klawisz to poprosił bym na "V"
public Prethink_froglegs(id)
{
if(!ma_klase[id])
return PLUGIN_CONTINUE
if (get_user_button(id) & IN_JUMP)
{
if (player_b_froglegs[id] == 1)
{
player_b_froglegs[id] = floatround(halflife_time())
}
else
{
if (floatround(halflife_time())-player_b_froglegs[id] >= 0.2)
{
new Float:fl_iNewVelocity[3]
VelocityByAim(id, 1000, fl_iNewVelocity)
fl_iNewVelocity[2] = 210.0 + cod_get_user_intelligence(id, 1,1,1)/2
entity_set_vector(id, EV_VEC_velocity, fl_iNewVelocity)
player_b_froglegs[id] = 1
}
}
}
else
{
player_b_froglegs[id] = 1
}
}
Użytkownik Xeane edytował ten post 26.12.2014 19:54


Dodatki SourceMod














