04.12.2010, 20:32
(
Последний раз редактировалось Axuj; 04.12.2010 в 21:00.
)
So, my suggestion is to create a function which disables mod garages and pay and sprays. It's very good for RP servers, mechanics job. When anyone can't tuning vehicle in garage, they will give work to mechanics isn't it?
Comment please
A few suggestions for a pay n spray and tuning shops by papedo:
Comment please
A few suggestions for a pay n spray and tuning shops by papedo:
Код:
DisableTuningGarages(); DisablePayNSpray(); SetPayNSprayPrice(price); SetComponentPrice(componentid); public OnVehiclePayNSpray(vehicleid,color1,color2); public OnVehicleTuned(vehicleid); public OnVehicleEnterTuneShop(vehicleid); //for anti-teleport anticheat public OnVehicleExitTuneShop(vehicleid); //for anti-teleport anticheat