19.03.2010, 15:02
Hey,
I've made my first small FilterScript with Keys.
What's in the Filterscript?
* Speedboost
* Flip/Fix
* Quickcarspawner with Menu
* Car jump
How can i use it?
How can i change keys?
There the Key's from Num.
If you want change the Keys go to
https://sampwiki.blast.hk/wiki/GetPlayerKeys#Key_List
and choose a key.
How can i change the speed of boost?
In Velocity you see this for example:
Download
And sorry for my very bad english :S
I've made my first small FilterScript with Keys.
What's in the Filterscript?
* Speedboost
* Flip/Fix
* Quickcarspawner with Menu
* Car jump
How can i use it?
- Num 2 is using for Speedboost
- Num 4 is for quick sportcarspawn
- Num 6 flips and fix your car
- Num 8 makes a carjump
How can i change keys?
pawn Код:
if (PRESSED(KEY_ANALOG_DOWN)){
if (PRESSED(KEY_ANALOG_UP)){
if (PRESSED(KEY_ANALOG_LEFT)){
if (PRESSED(KEY_ANALOG_RIGHT)){
If you want change the Keys go to
https://sampwiki.blast.hk/wiki/GetPlayerKeys#Key_List
and choose a key.
How can i change the speed of boost?
In Velocity you see this for example:
pawn Код:
x*1.5,y*1.5,z*1.5);}}
And sorry for my very bad english :S