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