English [px20] Bouncing bullet v1.2 icon

13 comments
14.09.16 11:59:28 am
like 10 like it!
3 kb, 422 Downloads
Baloon
GAME BANNED
Offline Off
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
Code:
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.
imageimage
edited 5×, last 27.11.16 05:07:50 am
ok This file has been reviewed and approved by Yates (14.09.16 01:44:33 pm)

Comments

13 comments
Goto Page
To the start Previous 1 Next To the start

Log in!

You need to log in to be able to write comments!Log in
25.02.17 10:05:17 am
like I like it!
Up
Yassssuo
User
Offline Off
is so funny,that just bounce in 1 ammo
08.10.16 12:35:24 pm
Up
Baloon
GAME BANNED
Offline Off
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.
06.10.16 08:14:07 pm
like I like it!
Up
JaSTeRoN
User
Offline Off
Agree with user kerker, bullets're too large. But why not, nice idea.
01.10.16 07:17:21 pm
like I like it!
Up
kerker
User
Offline Off
Good idea, but bullets is so big.
01.10.16 07:10:11 pm
like I like it!
Up
DarwinFTW
User
Offline Off
heh nice
15.09.16 10:47:28 am
like I like it!
Up
HPB
User
Offline Off
Good.
14.09.16 07:46:14 pm
like I like it!
Up
Scott
BANNED
Offline Off
very good work Friend, Very good truth
14.09.16 05:38:21 pm
Up
Rainoth
Moderator
Offline Off
I have mine included in file cs2d FunField 2D (17), never really bothered to upload it as a standalone.

Anyways, it's okay.
14.09.16 04:34:46 pm
like I like it!
Up
MarcinPL
BANNED
Offline Off
Nice, what more do want from the scripts?
14.09.16 02:50:55 pm
Up
Baloon
GAME BANNED
Offline Off
@user Cure Pikachu: thanks for your code, but I can use different and easier way to.

Thanks for your likes aside.
14.09.16 02:34:27 pm
like I like it!
Up
Cure Pikachu
User
Offline Off
Making it work in deathmatch mode simply requires looking into the bot AI script. Something like
Code:
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.
14.09.16 02:06:15 pm
like I like it!
Up
sonkii
User
Offline Off
Maybe,Instant bullet bounce?The bullet speed kinda dodgeable.
14.09.16 01:45:13 pm
like I like it!
Up
Yates
Reviewer
Offline Off
Better. Not entirely what I suggested but that's modifiable in any case.
To the start Previous 1 Next To the start