Forum
CS2D General Beta 0.1.2.0 Suggestions & IdeasWe need it!
it save all of ur kills since u play cs2D on website that u have username and password (usgn ofc.)
=exp, lvl=
since u have Global rank y should get exp on every kill u got and lvl that's show who's noob and who's pro .
sir your global rank idea is bad
Bowlinghead has written
@ Textual:
Oh. I don't know it .
But other idear:
Make a second parameter in the attack hook.
Oh. I don't know it .
But other idear:
Make a second parameter in the attack hook.
1
2
3
4
5
6
2
3
4
5
6
addhook("attack","new") function new(id,weapon) if weapon==1 then -- Code end end
Possible via lua already...
1
2
3
4
5
2
3
4
5
addhook("attack","_attack") function _attack(id) 	msg(player(id,"name").." is attacking with weaponid: "..player(id,"weapontype")) end
Maybe add more rifles smgs ?? just like the skins on here.
There is lots of weapon skins cyrille made(cyrille ur the best)
Use them and make more rifles.
Apache uwu has written
Possible via lua already...
Bowlinghead has written
@ Textual:
Oh. I don't know it .
But other idear:
Make a second parameter in the attack hook.
Oh. I don't know it .
But other idear:
Make a second parameter in the attack hook.
1
2
3
4
5
6
2
3
4
5
6
addhook("attack","new") function new(id,weapon) if weapon==1 then -- Code end end
Possible via lua already...
1
2
3
4
5
2
3
4
5
addhook("attack","_attack") function _attack(id) 	msg(player(id,"name").." is attacking with weaponid: "..player(id,"weapontype")) end
But I can't do an action if player attacks with the weapon 1.
For example
1
2
3
4
5
2
3
4
5
addhook("attack","new") function new(id,weapon) if weapon==3 then parse("strip "..id.." 3") -- You cant add this without the second parameter :( end
1
2
3
4
5
6
2
3
4
5
6
addhook("attack","new") function new(id) 	if player(id,"weapontype")==3 then 		parse("strip "..id.." 3") 	end end
Controllable Turrets v1.1 (80)
I would like to see a feature, which does the following.
Put your cursor on a bot and press something to make him
1. Follow you/stop following you
2. Stand still/attack
3. Attack a location chosen by player via some kind of minimap system or by cursor/ forget order
2. Spawn at domination point
Improve Domination mode by adding ability to spawn to domination point controlled by team.
You could choose in which domination post you spawn via some kind of minimap(mentioned in 1st suggestion)
This thing is being used in star wars battlefront series and battlefield series
3. Map editor weapon ammo edit
Ability to spawn weapons with certain amount of ammo
Quote
This was my suggestion and I hope some people likes it. The main idea I had is to apply it as this to make only certain player(s) footstep sound muted whilst inside of a tank.
Where id is player which will get footstep sound disabled.
The 0 indicates toggle state to off and 1 is for on, same as true or false really but anyways.
If id is 0 or nil or not even there, it will mute all footsteps through Lua, I describe it with the following code.
1
lua_footsteps [0 = off/1 = on] "..id.."
The 0 indicates toggle state to off and 1 is for on, same as true or false really but anyways.
If id is 0 or nil or not even there, it will mute all footsteps through Lua, I describe it with the following code.
1
2
3
2
3
lua_footsteps 0 lua_footsteps 0 0 lua_footsteps 0 nil
KimKat has written
I'd like to suggest the possibility to create tanks and other vehicles more efficiently in Lua. Also a way to disable footstep sound whilst inside of a tank, I think it adds more realism to the game. Lol.
basically, add vehicles
eg. i think i saw something, im pinned down
more death sounds? ^ like the ones bots use sometimes " eurhhhhhahh" through the radio.
Kel9290 has written
@MC_Bowlinghead, why?
1
2
3
4
5
6
2
3
4
5
6
addhook("attack","new") function new(id) 	if player(id,"weapontype")==3 then 		parse("strip "..id.." 3") 	end end
Oh. I never mind on it! Thanks for your example
example:
1
2
3
2
3
sv_sound "sfx/sounds.ogg" "special ID" --wait like 2 seconds-- sv_sound_stop "special ID"
Or just nore teams, eg. USA, Europe, Russia, Middle East, or something like that, with each team having there country/regions weapons to buy. But changing team colors in server settings would be cooler.
Xanamaros has written
Another thing, being able to change the color of mines, and laser mines, flags.
Or just nore teams, eg. USA, Europe, Russia, Middle East, or something like that, with each team having there country/regions weapons to buy. But changing team colors in server settings would be cooler.
Or just nore teams, eg. USA, Europe, Russia, Middle East, or something like that, with each team having there country/regions weapons to buy. But changing team colors in server settings would be cooler.
Also changing the colour of the names displayed. Like on the list with players also when you put your mouse over their name.