SA-MP Forums Archive
need ur help - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: need ur help (/showthread.php?tid=252806)



need ur help - Salsa - 03.05.2011

how i add paintable cars in server
i add some cars from mta map editor when i convert cars and add in server its normal cars
i add tgis type of vechile AddStaticVehicleEx
Help me please


Re: need ur help - leong124 - 03.05.2011

1.https://sampwiki.blast.hk/wiki/ChangeVehiclePaintjob
2.Basically the converters cannot convert the vehicle properties so they're in normal.


Re: need ur help - Salsa - 03.05.2011

where i add this


public OnVehiclePaintjob(playerid, vehicleid, paintjobid)
{
new string[128];
format(string, sizeof(string), "You have changed your vehicle's paintjob to %d!", paintjobid);
SendClientMessage(playerid, 0x33AA33AA, string);
return 1;
}


Re: need ur help - [DDC]Delight - 03.05.2011

Whereever you need it.

This public won't paint your car tho.
This public will send the player a message, whenever he applies a paintjob to his car


Re: need ur help - Salsa - 03.05.2011

Only tell me

how i add paintable cars in server
i add some cars from mta map editor when i convert cars and add in server its normal cars
i add tgis type of vechile AddStaticVehicleEx
Help me please


Re: need ur help - Salsa - 03.05.2011

HELP ME PLEASE


Re: need ur help - Naruto_Emilio - 07.05.2011

Stop spamming -.-