Forum

> > CS2D > Scripts > Coop Colapse
Forums overviewCS2D overview Scripts overviewLog in to reply

English Coop Colapse

5 replies
To the start Previous 1 Next To the start

old Coop Colapse

JohnLOL
User Off Offline

Quote
Greetings!
I need a little help ...
I have a lan network, where I play with my friends
We like Coop Maps, but we need enough weapons to survive
So I wonder if anyone knows a script that I collect any weapon
Example: I have a m4a1 without bullets, then I find a p90, but I do not want to drop the m4a1.
I want to have a script that I can collect the p90 without drop the m4a1
If anyone know, please post the link in this topic or send me via private message, okay?
Since I already thank you for reading.
Sorry the english

old Re: Coop Colapse

Devil-Thanh
GAME BANNED Off Offline

Quote
make a dropped weapon without bullets is impossible in this version. but make you pick other weapon without dropping your current one is possible.

old Re: Coop Colapse

EngiN33R
Moderator Off Offline

Quote
1
2
3
4
5
addhook("walkover","pickupweapons")
function pickupweapons(id,iid,type)
	parse("equip "..id.." "..type)
	parse("removeitem "..iid)
end

This should do what you ask. It's a very simple script.

old Re: Coop Colapse

Dynamite07
User Off Offline

Quote
If you need some help you can ask me, as we speak the same lenguage it can be easy.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview