Forum

> > CS2D > Scripts > Automatic equipment
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Automatic equipment

4 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

verschoben Automatic equipment

xGam3r
User Off Offline

Zitieren
When you start a server, terrorists and counter terrorists have usp.45, glock.
How to disable it so they don't ever get usp.45/glock at the start of a new round? So they only/always start with knife.

Admin/Mod Kommentar

"Unreal Software" = wrong section! moved.

alt Re: Automatic equipment

Yates
Reviewer Off Offline

Zitieren
Put on the map no weapons, and if you don't want people to buy stuff aswell no buying.
You can also do this with lua, but I have to go to school.

alt Re: Automatic equipment

Homam
User Off Offline

Zitieren
First, if you want people spawn without Usp/Glock.

1- If you use your own map, go to editor and add a "no_weapons" and save.

2- If you use a map from the game "Such as (de_dust2)" add this lua script.

1
2
3
4
addhook("spawn","strip")
	function strip(id)
	return 1
end

Easy as cake.

alt Re: Automatic equipment

Starkkz
Moderator Off Offline

Zitieren
It doesn't require any script, just go to:
New Game -> Bots -> Weapons -> Meele only

Then you press "Start" and the configuration will be saved.

alt Re: Automatic equipment

xGam3r
User Off Offline

Zitieren
Thanks HoMaM, Yates and Starkkz i made a prison map with lots of complicated stuff but i didnt figure out an easy things like this xd.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht