[FilterScript] Automatic download Nitro - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Automatic download Nitro (
/showthread.php?tid=363416)
Automatic download Nitro -
Samperon - 27.07.2012
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]
Re: Automatic download Nitro -
Littlehelper - 27.07.2012
So is it going to automatically download nitro?
Seems legit.
Re: Automatic download Nitro -
Samperon - 27.07.2012
Sorry I have not registered properly, I need to download automati Nitro can download?
Re: Automatic download Nitro -
Samperon - 27.07.2012
It's an emergency pls
Re: Automatic download Nitro -
DarkB0y - 27.07.2012
Код:
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;
}
Re: Automatic download Nitro -
Samperon - 27.07.2012
Thanks
Re: Automatic download Nitro -
Samperon - 27.07.2012
You can download a file?
Re: Automatic download Nitro -
Dasharkishanjan5 - 28.07.2012
thx bro..
I need this..
Re: Automatic download Nitro -
Excel™ - 28.07.2012
nice filterscript
Re: Automatic download Nitro -
Samperon - 28.07.2012
You can download files PAWN AMX? Of automatic Netira