SA-MP Forums Archive
MSelection vehicle colors - 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: MSelection vehicle colors (/showthread.php?tid=585116)



MSelection vehicle colors - kalanerik99 - 11.08.2015

Hello all

Is there a possibility that I can make vehicle color selection with mselection

like from 0 - 255

Thanks

And please don't say to me to use THIS


Re: MSelection vehicle colors - oliverrud - 11.08.2015

Yeah it is.


Re: MSelection vehicle colors - kalanerik99 - 11.08.2015

Ohhh HOW?


Re: MSelection vehicle colors - kalanerik99 - 11.08.2015

Bump !


Re: MSelection vehicle colors - kalanerik99 - 12.08.2015

Please?!


Re: MSelection vehicle colors - Moudix - 12.08.2015

Do you know the basics of mSelection? create a .txt file and enumerate all, then OnModelDialogSelection(or smth like that) add ;
ChangeVehicleColor(Vehicleid, modelid, modid);
But define first whats vehicleid by typing : GetPlayerVehicleId(playerid)
Also dont forget to state if IsPlayerInAnyVehicle


Re: MSelection vehicle colors - kalanerik99 - 12.08.2015

Yesss but it doesn't show the colors up !!
it shows skin
Don't think I am that noobish begginer lol


Re: MSelection vehicle colors - Moudix - 12.08.2015

I was sure it would show skins. It's not possible then because of the model preview.


Re: MSelection vehicle colors - kalanerik99 - 12.08.2015

Hmmm
Made it
Bye