16.04.2010, 11:37
Drag filterscript
This is simple drag filterscript.When player types '/drag', server sends message, that player wants to drag, and waits for other player ( player who types '/drag' too )..
Drag starts in one of random tracks. ( you can create tracks by yourself ).
Ussage
• Put this filterscript to Filterscripts directory, and directory "Dragai" put to Scriptfiles directory.
• In directory "Dragai" you can see two files ( its drag tracks ), you can create them as much as you want, naming track by the number.
Код:
cp0=157.8973,2506.8010,16.2211 cp1=-71.9571,2504.7551,16.2115 pos0=429.0507,2507.8298,16.2115,91.0646 pos1=429.2672,2494.1814,16.2115,89.2678
• pos0 and pos1 - first player and second player possitions
• Then open this filterscript .pwn, wou'll see "#define MAX_DRAGS 2". Number '2' means, that there are two drag tracks in your Dragai folder. Change this number, to the number of files (tracks) in 'Dragai' folder.
If you'll find a bug, report in this post, there should be some, because I've made this about 6 months ago.
Oh, there is my camera filterscript too, maybe will be useful for setting camera pos for class selection.