#include #include #include #include #include #include #include new const nazwa[] = "Maczu Pichczu"; new const opis[] = "Mac 10, FiveSeven, 2xFB, szybki, autobh"; new const bronie = (1<= 2 ) return FMRES_IGNORED; if ( !(flags & FL_ONGROUND) ) return FMRES_IGNORED; new Float:velocity[3]; pev(id, pev_velocity, velocity); velocity[2] += 250.0; set_pev(id, pev_velocity, velocity); set_pev(id, pev_gaitsequence, 6); } return FMRES_IGNORED; }