Forum

> > CS2D > Scripts > Help me guys with a script
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Help me guys with a script

7 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Help me guys with a script

1bonp
User Off Offline

Zitieren
hi all

Bassically , i want to create a "hns" mod for cs2d (hide and seek i think). I'm not very good at scripting , so thats why i'm asking for your help guys

Let me explain the 'things i want' :

•The T spawn with 2 flash grenades , and one smoke grenade. They cant use their knife
(i don't know if thats possible)

•The CT spawn with only a knife , and they can use it for attack. They're also freeze for 10 seconds , until the T can hide.

• The CT runs a little bit faster than the T , so they can kill them.

• ×T cant be flashed , but the CT yes √


• When a CT kills a T , he will be respawned in next round as a T , and the T killed will be respawned in the CT team.

Thanks for helping me so much
I will give you a cookie

alt Re: Help me guys with a script

Yates
Reviewer Off Offline

Zitieren
Well, some of this can be donw tih map.
And you don't have to freeze them, just hold them behind a delayed door.
Same with the T just put some flash where they spawn, but make sure the CT can't get it.

alt Re: Help me guys with a script

1bonp
User Off Offline

Zitieren
Yates hat geschrieben
Well, some of this can be donw tih map.
And you don't have to freeze them, just hold them behind a delayed door.
Same with the T just put some flash where they spawn, but make sure the CT can't get it.


damn , u have rick rolled me

alt Re: Help me guys with a script

Infinite Rain
Reviewer Off Offline

Zitieren
I can help:

1
2
3
4
5
6
7
8
9
10
11
--T spawn with grenades + CT runs faster
addhook('spawn','grenz')
function grenz(id)
 if player(id,'team')==1 then
  parse('equip '..id..' 52')
  parse('equip '..id..' 52')
  parse('equip '..id..' 53')
 elseif player(id,'team')==2 then
  parse('speedmod '..id..' 10')
 end
end
I make some scripts for u
note: USE map editor to spawn ct's without wpns
and soz i made not all but something
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht