[FilterScript] Door Run
#1

Door Run
More players - More fun
Info:
Hello this is my first filterscript named "Door Run". Itґs a race - first player in finish win. Good for events. You run through the doors.

Version 1.0:
* /doorrun - Teleport all players to start and freaze players (you must be logged in as Rcon admin).
* /startrun - Start door run and open gate.
* /closegate - close gate
* Disabled weapons on door run.
* Disable using Jetpacks near door run.
* After run teleport on your Spawn.

Version 1.1 (maybe):
* Completly new map.
* More doors.
* New attractions.
* Radomize doors

Instalation:
Load into your folder Filterscript Doorrun
Write into you server config "doorrun".

Bugs:
Write if you find something.

Special thanks:
...Bsk]Riso135

Download:
Door Run v. 1.0 (.amx) - http://www.2shared.com/file/U3HwMgBP/doorrun.html

Video:
Here is old video maybe i do a new.
[ame]http://www.youtube.com/watch?v=C7We4BAt6eA&feature=player_embedded[/ame]
Reply
#2

Haha omg such a troll minigame

Nice work
Reply
#3

Uhh... I guess it would be a nice minigame.
I think that server scripters would like to actually create maps themselves, not by anyone else.
Orginality is the answer.

Nice work.
Reply
#4

Nice !
Reply
#5

Nice = )
Reply
#6

Nice
Reply
#7

I like this! Although wouldn't it be possible to randomize the use-able doors? I'm not no PAWN Pro, but I imagine you could randomise which one can be used.. it stops players who play often remembering it then
Reply
#8

Quote:
Originally Posted by twitch2k8
View Post
I like this! Although wouldn't it be possible to randomize the use-able doors? I'm not no PAWN Pro, but I imagine you could randomise which one can be used.. it stops players who play often remembering it then
Yes i think it is possible.

Thanks a lot
Reply
#9

Wow! Nice Work
Reply
#10

cool
Reply
#11

Good job
Reply
#12

Thanks, but somebody try it ?
Reply
#13

Quote:
Originally Posted by Ashley
View Post
I like this! Although wouldn't it be possible to randomize the use-able doors? I'm not no PAWN Pro, but I imagine you could randomise which one can be used.. it stops players who play often remembering it then
Quote:
Originally Posted by Boricko
View Post
Yes i think it is possible.
it's very possible my ideea... i think is pretty good
pawn Code:
new Level1Doors[5];
new Level2Doors[3];

public OnFilterScriptInit()
{
//Create all doors
Level1Doors[0] = CreateObject();
Level1Doors[1] = CreateObject();
Level1Doors[2] = CreateObject();
Level1Doors[3] = CreateObject();
Level1Doors[4] = CreateObject();
//randomly remove 1
DestroyObject(Level1Doors[random(4)]);
Level2Doors[0] = CreateObject();
Level2Doors[1] = CreateObject();
Level2Doors[2] = CreateObject();
Level2Doors(Level1Doors[random(2)]);
return 1;
}
Reply
#14

Heh, it\'s like that game on Takeshi\'s Castle:


[ame]http://www.youtube.com/watch?v=PdrulcfSztc[/ame]
Reply
#15

Nice work.
Reply
#16

Goood Job
Reply
#17

hahah thats so cool good job
Reply
#18

nice work man DD
Reply
#19

Nice script 10/10
Reply
#20

Shouldn\'t this be a game mode rofl? :P 1000000/1000000
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)