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

[quote=SakuraBloss ]

Hi again.

Not work.
When i do /paint i see the car with a strange paintjob.

This is my code:
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{

if(strcmp(cmdtext, "/paint", true)==0)
   {new vehicleid = GetPlayerVehicleID(playerid);
new cartype = GetVehicleModel(vehicleid);

if(cartype == 560){      // Sultan
ChangeVehiclePaintjob(vehicleid, 1 - 3 ); 

SendClientMessage(playerid,COLOR_BLUE,"[INFO] Sultan tuneado!");
PlayerPlaySound(playerid,1133,0.0,0.0,0.0);}

return 1;}

	return 0;
}
Is an example for my.


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: 2 Guest(s)