SA-MP Forums Archive
How to make this Many - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to make this Many (/showthread.php?tid=555541)



How to make this Many - lwilson - 08.01.2015

Hey i want to make this not only for OPGVehicles id 10 but for 14 too but i don't know how

Код:
stock IsARRWrecker(carid)
{
	if(OPGVehicles[ 10 ] == carid) return 1;
	return 0;
}
Help please


Re: How to make this Many - lwilson - 08.01.2015

Nevermind , i got it