Forum

> > CS2D > Scripts > Reload block
Forums overviewCS2D overview Scripts overviewLog in to reply

English Reload block

1 reply
To the start Previous 1 Next To the start

old Re: Reload block

Dynamite07
User Off Offline

Quote
1
2
3
4
5
6
addhook("reload","rl")
function rl(id,mode)
     if mode==1 then
parse("setweapon "..id.." 50");
end
end
You have this, when you reload the player change weapon to 50 (Knife), but im sure that exist a easy form that you dont need to change weapon.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview