Sirens - 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: Sirens (
/showthread.php?tid=366740)
Sirens -
sanplayer - 07.08.2012
Alright. My last topic didnt help much...
To make the following: HDL (Yellow), PDL (Blue), FDL (Red)
Do I need ot put this
pawn Код:
new HDL[MAX_VEHICLES];
new PDL[MAX_VEHICLES];
new FDL[MAX_VEHICLES];
Then
pawn Код:
CMD:adl(playerid, parms[])
{
if(ADL == 1)
{
//Make it
}
else if(ADL == 0)
{
//Remove
}
}
Is that correct? I dont think it is also
How do I make the /siren from red and blue to just being 1 colour but spins around like /siren?