Dateien

> > CS2D > Lua Scripts > [px20] Bouncing bullet v1.2
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch [px20] Bouncing bullet v1.2 >

13 Kommentare3 kb, 429 Downloads

alt [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.
5× editiert, zuletzt 27.11.16 05:07:50
Zugelassen von Yates

Download Download

3 kb, 429 Downloads

Kommentare

13 Kommentare
Zum Anfang Vorherige 1 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt

Yassssuo
User Off Offline

is so funny,that just bounce in 1 ammo
Ich mag es!

alt

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.

alt

JaSTeRoN
User Off Offline

Agree with user kerker, bullets're too large. But why not, nice idea.
Ich mag es!

alt

kerker
User Off Offline

Good idea, but bullets is so big.
Ich mag es!

alt

DarwinFTW
User Off Offline

heh nice
Ich mag es!

alt

HPB
User Off Offline

Good.
Ich mag es!

alt Nice Job

Scott
BANNED Off Offline

very good work Friend, Very good truth
Ich mag es!

alt

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.

alt

MarcinPL
BANNED Off Offline

Nice, what more do want from the scripts?
Ich mag es!

alt

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.

alt

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.
Ich mag es!

alt

sonkii
User Off Offline

Maybe,Instant bullet bounce?The bullet speed kinda dodgeable.
Ich mag es!

alt

Yates
Reviewer Off Offline

Better. Not entirely what I suggested but that's modifiable in any case.
Ich mag es!
Zum Anfang Vorherige 1 Nächste Zum Anfang