[FilterScript] Automatic download Nitro
#1

Hello I have an automatic download of Nitro sure you know this you click it Nifal and you leave it Mitcva
Is an example :

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

So is it going to automatically download nitro?
Seems legit.
Reply
#3

Sorry I have not registered properly, I need to download automati Nitro can download?
Reply
#4

It's an emergency pls
Reply
#5

Код:
forward InfiniteNitro();
new bool:InSpawn[MAX_PLAYERS];
public OnGameModeInit()
{
		SetTimer("InfiniteNitro",2000,1);
		return 1;
}
public InfiniteNitro()
{
    new vehicleid;
	for(new i=0;i<MAX_PLAYERS;i++)
	{
	    if(IsPlayerConnected(i))
	    {
	        if(GetPlayerState(i)==2)
	        {
	            vehicleid= GetPlayerVehicleID(i);
	    		if(CheckVehicle(vehicleid))
				AddVehicleComponent(vehicleid,1010);
			}
		}
	}
	return 0;
}
stock CheckVehicle(vehicleid)
{
    #define MAX_INVALID_NOS_VEHICLES 13

    new InvalidNOSVehicles[MAX_INVALID_NOS_VEHICLES] =
    {
 		522,481,441,468,448,446,513,521,510,430,520,476,463
    };

	for(new i = 0; i < MAX_INVALID_NOS_VEHICLES; i++)
	{
 		if(GetVehicleModel(vehicleid) == InvalidNOSVehicles[i]) return false;
	}
    return true;
}
public OnPlayerSpawn(playerid)
{
	InSpawn[playerid] = false;
	return 1;
}
Reply
#6

Thanks
Reply
#7

You can download a file?
Reply
#8

thx bro..
I need this..
Reply
#9

nice filterscript
Reply
#10

You can download files PAWN AMX? Of automatic Netira
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)