16.10.2012, 00:17
you can Give player back cash or create ur own money system
u can use Getcompenentid, vehicle etc ****** (samp (something) wiki)
u can use Getcompenentid, vehicle etc ****** (samp (something) wiki)
Код:
public OnVehicleMod(playerid, vehicleid, componentid)
{
return 1;
}
public OnVehiclePaintjob(playerid, vehicleid, paintjobid)
{
return 1;
}
public OnVehicleRespray(playerid, vehicleid, color1, color2)
{
return 1;
}

