need ur help
#1

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
Reply
#2

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

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;
}
Reply
#4

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
Reply
#5

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
Reply
#6

HELP ME PLEASE
Reply
#7

Stop spamming -.-
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)