[FilterScript] [Filterscript] Speed Boost for 0.3
#21

Great work Matite as always
Reply
#22

Quote:
Originally Posted by McX_9™
Great work Matite as always
Ur the biggest spammer i ever seen....

Name: McX_9™
Posts: 90 (90 per day)
Position: Big Clucker
Date Registered: 06 April 2010, 06:39:50
Last Active: Today at 18:31:46

90 posts in one day? Take a breath.


Thx Matite! I'm using it!
Reply
#23

Nice [FS].
Reply
#24

Quote:
Originally Posted by PlayON
Quote:
Originally Posted by McX_9™
Great work Matite as always
Ur the biggest spammer i ever seen....
So is it something wrong ?
You are sad because you post 1 post per day
Reply
#25

best way to do scripts like this is

Код:
#include <a_samp>

#define NOS_MULTIPLIER 1.15

public OnPlayerKeyStateChange ( playerid, newkeys, oldkeys )
{
	static veh, Float: velX, Float: velY, Float: velZ;

	if ( (newkeys & KEY_FIRE) && IsPlayerInAnyVehicle(playerid) )
	{
		veh = GetPlayerVehicleID(playerid);
		GetVehicleVelocity( veh, velX, velY, velZ );
		SetVehicleVelocity( veh, velX * NOS_MULTIPLIER, velY * NOS_MULTIPLIER, velZ * NOS_MULTIPLIER );
	}

	return 1;
}
use FIRE KEY
Reply
#26

this is nice ^^
Reply
#27

Learned something :P
Reply
#28

Nice work!!
Reply
#29

Nice Work!!
Reply
#30

lol i had this in my last server, but i had it so the max speed boost factor was 100. That was nuts.
Reply
#31

idk if this guy accepts mirrors, but since the download link is broken, and i think this SpeedBoost FS is most nice one, i will post a mirror here:

http://pastebin.com/0FtuHKCd

hope someone will enjoy this FS after all
Reply
#32

Veery nice work
Reply
#33

great work matite keep it up...You are the best beta tester in samp
Reply
#34

Good job
Reply
#35

Why are you commenting on something from 2009? No need to bump such an old thread just to state your opionon about who the best beta tester is... @TheNeeraz
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)