Forum

> > CS2D > Scripts > INF ammo (never reload) help:
Forums overviewCS2D overview Scripts overviewLog in to reply

English INF ammo (never reload) help:

7 replies
To the start Previous 1 Next To the start

old INF ammo (never reload) help:

CoDZombies
User Off Offline

Quote
Ok, I need a script which basically gives the player infinite shooting, so he never even has to reload. EG: the M4A1 has 30 rounds to shoot before reload, but with the script, The M4A1 would have infinite rounds, therefore never having to reload. I'm 100% sure there is a script/part of a script that can do that, it's needed a 'zombie' gamemode + a turret defence game. Thanks!

old Re: INF ammo (never reload) help:

Alistaire
User Off Offline

Quote
1
2
3
4
5
6
7
8
addhook("reload","noreload")
function noreload(id,mode)
wp = player(id,"weapontype")
	if mode==1 then
		parse("equip "..id.." "..wp)
		parse("setweapon "..id.." "..wp)
	end
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview