Forum

> > CS2D > Scripts > Help me guys with a script
Forums overviewCS2D overview Scripts overviewLog in to reply

English Help me guys with a script

7 replies
To the start Previous 1 Next To the start

old Help me guys with a script

1bonp
User Off Offline

Quote
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

old Re: Help me guys with a script

Yates
Reviewer Off Offline

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

old Re: Help me guys with a script

1bonp
User Off Offline

Quote
Yates has written
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

old Re: Help me guys with a script

Infinite Rain
Reviewer Off Offline

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