SA-MP Forums Archive
Random car color - 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: Random car color (/showthread.php?tid=581380)



Random car color - TenTen - 12.07.2015

i need a random car color for my V.I.P

Any help


Re: Random car color - fuckingcruse - 12.07.2015

Your vip codes?


Re : Random car color - KillerDVX - 12.07.2015

Hmm.. Try this :

PHP код:
Colors[number_of_colors] =
    {
        
hereputthecolorsinonebyone
    
}; 
PHP код:
new
    
MyRandom randomsizeofColors));
ChangeVehicleColorvehicleid_hereColors[MyRandom], Colors[MyRandom] ); 



Re: Random car color - TenTen - 12.07.2015

Quote:

Your vip codes?

what's you mean dude?


Re: Random car color - TenTen - 12.07.2015

Thank you again killer