[FilterScript] Notime's Firework[V2.0]!
#1

Notime's Firework V2.0!

What is new?
- More firework kinds!
- Firecracker(v1.0)
- FireRocket 1-2 (v1.0)
- CrackerRoll (v2.0)
- Fountain 1-3 (v2.0)
- Rocketbox (v2.0
The v1.0 fireworks are improved.

- More Random
In v1.0 all object spawns were the same, wich means all rockets looked the same. Adding the randoms, made each firerocket, fountain, rocketbox, firecracker, crackerroll induvidual like in real life. All timers are random and all object spawns are random. This makes every single firework different.

- FireWork Control Panel
When you are logged in as a Rcon Admin you can use the command: "/fwcp", this will open a dialog as a Control Panel. In the control panel you are able to set the draw distance to "low", "medium", "high". You are also able to set for each firework who is allowed to use it, This is either "For all users" or for "Rcon admin only".
The settings will get saved onto a file in your scriptfiles called FireWorkInfo.

Commands:
There are only 2 commands.
/lightfw [type]
the types are: Firecracker, firerocket1, firerocket2, crackerroll, fountain1, fountain2, fountain3, rocketbox.
/fwcp
This command opens the fire work control panel.

Video:
Enjoy!
[ame]http://www.youtube.com/watch?v=Nkow1_I1zUo[/ame]
The quality sucks, but still gives a little preview.

Downloads & pastebin:
.pwn:
FireworksV2.0.pwn

.amx:
FireworksV2.0.amx

PasteBin:
Pastebin FireworkV2.0

Credits:
Djson file saving
When using this filterscript, Credits should be given to Notime.
Reply
#2

Awesome!
Reply
#3

OMG THE BEST FIREWORK SCRIPT!!!!! AWESOME!!!!!!!!!!!!
Reply
#4

Awesome
Reply
#5

best firework i ever seen!
Reply
#6

but:

Код:
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1290) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1296) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse")
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1307) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1312) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1317) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1322) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1327) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1332) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1337) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1342) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1347) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1362) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1376) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1387) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1398) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1414) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1428) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1439) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1455) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1469) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1480) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1496) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1510) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1521) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1537) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1551) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1562) : error 017: undefined symbol "ShowPlayerDialog"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
Reply
#7

Quote:
Originally Posted by Den_Deluxe
Посмотреть сообщение
but:

Код:
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1290) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1296) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse")
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1307) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1312) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1317) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1322) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1327) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1332) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1337) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1342) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1347) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1362) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1376) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1387) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1398) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1414) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1428) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1439) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1455) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1469) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1480) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1496) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1510) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1521) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1537) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1551) : error 017: undefined symbol "ShowPlayerDialog"
D:\Servers\Server 0.3b ORIGINAL\filterscripts\FireworkV2.0.pwn(1562) : error 017: undefined symbol "ShowPlayerDialog"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
I think your not using the 0.3b pawno when compiling it.
Reply
#8

Hm..... 0.3b. Ok i will try again.
Reply
#9

LOL thanks IT WORKS
Reply
#10

Quote:
Originally Posted by Den_Deluxe
Посмотреть сообщение
LOL thanks IT WORKS
No Problem, lol :P
Reply
#11

But Script is really brilliant. How long u did it? ^_^
Reply
#12

around 4-5 hours devided over 2 days.
Reply
#13

nice boy
Reply
#14

awesome script but i have my own but still nice work bro
Reply
#15

WOW! Nice script!
Reply
#16

This is nice . One of the best firework scripts i've seen. Great job
Reply
#17

Making Fireworks is my thing, you know
Reply
#18

wow simply the best fireworks script ever! to be honest its the only one ive seen xD but this is awesome dude keep up the great work
Reply
#19

Nice one
ur a pretty good scripter
Reply
#20

Very good Fireworks script! Good job on it, i really love all of them! Make some more
Reply


Forum Jump:


Users browsing this thread: 6 Guest(s)