Files

> > CS2D > Lua Scripts > [px20] Bouncing bullet v1.2
Files overviewCS2D overviewLua Scripts overview

English [px20] Bouncing bullet v1.2 >

13 comments3 kb, 429 Downloads

old [px20] Bouncing bullet v1.2

Baloon
GAME BANNED Off Offline

Hello us sgn users, today i wanna upload my new script, called "Bouncing bullet". This idea is inspired by Furty's AWP Bounce, but it's way different.

To stream video : http://sendvid.com/mo7d6ubv

> Description <
As you can see in the title, all weapon bullet is now able to bounce on the walls, killing enemy, and of course, has it bullet image.

∗ Features ∗
• Able to set bounces per shoot.
• Exact bouncing direction.
• Able to kill enemies with your own bouncing bullet.
• Your mates able to bounce your bullets.

illegal Rules illegal
You are allowed to attach or plug into your own script.
You are allowed to play it on your own server.
You are allowed to share it with my permission.
You are allowed to edit the configuration only.
You are allowed to edit all with my permission.
You are not allowed to claim it as yourself.
Please tag me if you attach this in your own script.

spam Change logs spam
Version 1.2 beta >


spam Known bugs spam
Version 1.0 release >
Version 1.2 beta >


spam What's new in next version? spam
INFO
Death match support.
INFO
Fix bug with bullet speed.
INFO
Defects all damage from bullet- weapons.

off-topic Installation off-topic
First step : Download this script.
Second step : Extract .zip file into your CS2D file.
Last step : Play with sv_luaserver
1
bouncingbullet.lua

Note: this archive not include servertransfer.lst, so make it yourself (only bullet image).

[b]P.S.:
This file archive will be edited much times.
P.P.S.: If you don't understand, sorry for my English.
P.P.P.S.: If you found any bugs, please report it to me with comment in this file archive, any reports is my pleasure.
edited 5×, last 27.11.16 05:07:50 am
Approved by Yates

Download Download

3 kb, 429 Downloads

Comments

13 comments
To the start Previous 1 Next To the start

Log in!

You need to log in to be able to write comments!Log in

old

Yassssuo
User Off Offline

is so funny,that just bounce in 1 ammo
I like it!

old

Baloon
GAME BANNED Off Offline

Thanks for all downloads and likes, I really appreciate that, now I presents you newest version of [BV] Bouncing bullet:

VERSION UPDATE [V1.2 BETA]

spam Change log spam
FIXED
Weapon bug fix.
ADDED
Visual effects when you hits your opponents.
CHANGED
Bullet speed increased.

spam Known bug spam
INFO
Death math unsupported.
INFO
Bug with bullet speed.

spam What's new in next version? spam
INFO
Death match support.
INFO
Fix bug with bullet speed.
INFO
Defects all damage from bullet- weapons.

old

JaSTeRoN
User Off Offline

Agree with user kerker, bullets're too large. But why not, nice idea.
I like it!

old

kerker
User Off Offline

Good idea, but bullets is so big.
I like it!

old

DarwinFTW
User Off Offline

heh nice
I like it!

old

HPB
User Off Offline

Good.
I like it!

old Nice Job

Scott
BANNED Off Offline

very good work Friend, Very good truth
I like it!

old

Rainoth
Moderator Off Offline

I have mine included in file cs2d FunField 2D , never really bothered to upload it as a standalone.

Anyways, it's okay.

old

MarcinPL
BANNED Off Offline

Nice, what more do want from the scripts?
I like it!

old

Baloon
GAME BANNED Off Offline

@user Cure Pikachu: thanks for your code, but I can use different and easier way to.

Thanks for your likes aside.

old

Cure Pikachu
User Off Offline

Making it work in deathmatch mode simply requires looking into the bot AI script. Something like
function friendorfoe(id1,id2)
	if math.min(player(id1,"team"),2) ~= math.min(player(id2,"team"),2) then
		return true
	elseif tonumber(game("sv_gamemode")) == 1 then
		return true
	end
	return false
end

Hope I helped. Script looks good so far.
I like it!

old

sonkii
User Off Offline

Maybe,Instant bullet bounce?The bullet speed kinda dodgeable.
I like it!

old

Yates
Reviewer Off Offline

Better. Not entirely what I suggested but that's modifiable in any case.
I like it!
To the start Previous 1 Next To the start