Forum

> > CS2D > Scripts > m249 no reload
Forums overviewCS2D overview Scripts overviewLog in to reply

English m249 no reload

4 replies
To the start Previous 1 Next To the start

old Re: m249 no reload

medeiros
User Off Offline

Quote
No reload via Lua is possible because I already played on servers which your weapon was automatically quickly reloaded. Now how to do it, I don't know.

old Re: m249 no reload

EngiN33R
Moderator Off Offline

Quote
1
2
3
4
5
6
7
8
9
10
addhook("reload","noreload4mg")
function noreload4mg(id,m)
	if (m==1) then --when the reload starts
		if player(id,"weapon")==40 then
			parse("strip "..id.." 40")			
			parse("equip "..id.." 40")
			parse("setweapon "..id.." 40")
		end
	end
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview