11.02.2014, 19:01
Introduction :
Hello guys, I've seen some gears systems before but without a textdraw ! So I thought I could make one for you ! Really useful for RPs server. You can guys use it in your server, edit the script, but just keep my name on it !
How it does work ?
It's a filterscript, you add it, change its name, and put that name in : Server.cfg
you guys know all these stuffs, so, let's move on..
It's basically a gear system, it makes limits of vehicles speeds and more you get up your gear, more your speed can be increased.
You can only gear up every 5 seconds ( can be edited in the script )
You can only gear down every 2 seconds ( can be edited in the script )
GEAR UP = Press Y ;
GEAR DOWN = Press NO;
Features :
- Awesome textdraws.
- Each gear has its specific maximum speed.
- No bugs. ( I hope so )
- When you gear up to 5, you get a little nitro for 1,5 secs ( Custom, you can remove getting nos .. )
- Using timers for ability to gear up and down.
- No gear for planes/helicopters.
Screenshots :
I've recorded a video but I couldn't upload because of its huge size ..
Here is some screenshots by the way :
Download
Mediafire Link ( AMX , PWN )
I hope you guys use this in your server, enjoy it, I have more ideas, I'll be working on them as soon as I can, See you in the next thread !
Some functions(stocks) I used on that filterscripts goes to some authors, their names are on (.PWN) file.
Hello guys, I've seen some gears systems before but without a textdraw ! So I thought I could make one for you ! Really useful for RPs server. You can guys use it in your server, edit the script, but just keep my name on it !
How it does work ?
It's a filterscript, you add it, change its name, and put that name in : Server.cfg
pawn Code:
filterscripts GolimadGear(Or name if changed. )
It's basically a gear system, it makes limits of vehicles speeds and more you get up your gear, more your speed can be increased.
You can only gear up every 5 seconds ( can be edited in the script )
pawn Code:
#define TCangear 5000 // 5000 ms ( 5 s ) that you need to wait before gearing up.
pawn Code:
#define TDCangear 2000 // 2000 ms ( 2 s ) that you need to wait before gearing down.
GEAR DOWN = Press NO;
Features :
- Awesome textdraws.
- Each gear has its specific maximum speed.
- No bugs. ( I hope so )
- When you gear up to 5, you get a little nitro for 1,5 secs ( Custom, you can remove getting nos .. )
- Using timers for ability to gear up and down.
- No gear for planes/helicopters.
Screenshots :
I've recorded a video but I couldn't upload because of its huge size ..
Here is some screenshots by the way :
Download
Mediafire Link ( AMX , PWN )
I hope you guys use this in your server, enjoy it, I have more ideas, I'll be working on them as soon as I can, See you in the next thread !
Some functions(stocks) I used on that filterscripts goes to some authors, their names are on (.PWN) file.