[Solved] Need a Paintjob command (Thanks guys)
#7

Its possible.
You should add something that saves the amount of times the paintjob has changed for that player

[color=red]This example will not work! Its just to show you what I'm talking about/color]
pawn Код:
//Player Typed /paint
//I would use random paintjobs if I was you.
new vehicle;
vehicle = GetPlayerVehicleID(playerid);
ChangeVehiclePaintJob(vehicle, random(maxpaintjobnumber);
//This will give a random paintjob. This will be alsmost always different.
or

pawn Код:
//Player typed /paint
new vehicle;
vehicle = GetPlayerVehicleID(playerid);
ChangeVehiclePaintJob(vehicle, PaintJob[playerid]);
Paintjob[playerid] ++;
Reply


Messages In This Thread
[Solved] Need a Paintjob command (Thanks guys) - by SakuraBloss - 27.03.2009, 23:14
Re: [HELP] Need a Paintjob command - by zanakinz - 27.03.2009, 23:40
Re: [HELP] Need a Paintjob command - by MenaceX^ - 27.03.2009, 23:41
Re: [HELP] Need a Paintjob command - by SakuraBloss - 28.03.2009, 00:14
Re: [HELP] Need a Paintjob command - by SakuraBloss - 28.03.2009, 01:27
Re: [HELP] Need a Paintjob command - by SakuraBloss - 29.03.2009, 13:55
Re: [HELP] Need a Paintjob command - by FUNExtreme - 29.03.2009, 14:45
Re: [HELP] Need a Paintjob command - by SakuraBloss - 29.03.2009, 14:56
Re: [HELP] Need a Paintjob command - by FUNExtreme - 29.03.2009, 14:58
Re: [HELP] Need a Paintjob command - by SakuraBloss - 29.03.2009, 15:24

Forum Jump:


Users browsing this thread: 3 Guest(s)