ohmmwell.. w/o the speed hack .... i gues sooo...
u can make script that adds speed for 1 of the existing weapons..
u can use something like:
PHP Code:
new Ent = get_weapon_ent(id, weapon)
new Float:Speed
if(Ent)
{
Speed = 1.1
new Float:Delay = get_pdata_float( Ent, 46, 4) * Speed
if (Delay > 0.0){
set_pdata_float( Ent, 46, Delay, 4)
}
}
__________________
[IMG]http://img24.**************/img24/3333/92810204.png[/IMG]