Forum

> > CS2D > Mods > Idea Furien mod
Forums overviewCS2D overview Mods overviewLog in to reply

English Idea Furien mod

8 replies
To the start Previous 1 Next To the start

old Re: Idea Furien mod

DeLiXx
User Off Offline

Quote
Isnt it basically just a mod, where the zombies/players are fast?
Such already exists

old Re: Idea Furien mod

thesk5tera
User Off Offline

Quote
i want to use it in Standart Mod where there is shop for 2 team and for He grenade Burn and flash bang Stuned and Flaare for light i try to do it and i need somme idea for this

old Re: Idea Furien mod

Zurak
User Off Offline

Quote
this is the HE burn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
grenade explodes(player,x,y){
for each player{
	if math.sqrt(player.x-explosion.x^2+player.y-explosion.y^2) < radius R then{
	playersprite[id] = true
	timer(T,updatefire(id))	
}
}
}
}
updatefire(id){
	effect(flare,255,0,0,player[id].x,player[id].y) < from 
cs2d sprite
	
	 effects or something like that
         (add some orange too)
	(for added effect add smoke effect as well)
 	player[id].health -= 1
}
To the start Previous 1 Next To the start
Log in to reply Mods overviewCS2D overviewForums overview