CS2D
Scripts ZP 2 Questions ZP 2 Questions
4 replies Hello, i wanted to ask 2 questions about cs2d Zombie Plague 1.15 script by Blazzingx:
1 Question-Is there possible to make a infinity clip item in human shop? If yes how?
2 Question-Is there possible to increase the damage who does bought items from human and zombies shop example:
Flamethrower 50 damage but i want 100 so i do it.
Thanks for the answers and sorry for my bad english As long as you are server admin or have rcon access you could give AP's (Ammo Packs) through console using the ZP command (zp_give_ap player_id amount) in example: zp_give_ap Admin 30. That will give the player with name Admin 30 AP's.
I don't know about infinite... but this way you could give a whole alot of AP's therefor there is no need for infinite then. I think if you will make every item's cost 0 ammo packs, then you will have sort of 'infinite' ammo packs. He wants infinite ammo in the WEAPON (no reload) not infinite ammo packs.And yes it's possible, but you will need to make a script.
It's possible too make the damage higher from a weapon, look around in the scripts or something, I don't know how anymore. 1.I'm too lazy to write a script (it's already written, SEARCH for it in this forum), but i give you an idea how to do it: addhook to "attack" and check how many bullets left in a clip, if bullets == 1 then make them 30 (or max. amount) so that you have full clip again.
2. use mp_wpndmg to change the damage of weapon. More info - http://www.cs2d.com/help.php?cat=all&cmd=mp_wpndmg#cmd