Forum

> > CS2D > Scripts > Coop Colapse
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Coop Colapse

5 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Coop Colapse

JohnLOL
User Off Offline

Zitieren
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

alt Re: Coop Colapse

Devil-Thanh
GAME BANNED Off Offline

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

alt Re: Coop Colapse

EngiN33R
Moderator Off Offline

Zitieren
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.

alt Re: Coop Colapse

Dynamite07
User Off Offline

Zitieren
If you need some help you can ask me, as we speak the same lenguage it can be easy.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht