Posts: 438
Threads: 82
Joined: Apr 2011
Reputation:
0
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
Posts: 438
Threads: 82
Joined: Apr 2011
Reputation:
0
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;
}
Posts: 156
Threads: 16
Joined: May 2009
Reputation:
0
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
Posts: 438
Threads: 82
Joined: Apr 2011
Reputation:
0
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
Posts: 1,297
Threads: 17
Joined: Apr 2011