Forum

> > CS2D > Scripts > Automatic equipment
Forums overviewCS2D overview Scripts overviewLog in to reply

English Automatic equipment

4 replies
To the start Previous 1 Next To the start

moved Automatic equipment

xGam3r
User Off Offline

Quote
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 comment

"Unreal Software" = wrong section! moved.

old Re: Automatic equipment

Yates
Reviewer Off Offline

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

old Re: Automatic equipment

Homam
User Off Offline

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

old Re: Automatic equipment

Starkkz
Moderator Off Offline

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

old Re: Automatic equipment

xGam3r
User Off Offline

Quote
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.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview