30.06.2013, 13:00
Check If you have any functions that are blocking the Pay 'n' Spray, something like this:
Well, I can't really help you out with this one since I'm not really sure how you do that. What you could do is use IsPlayerInRangeOfPoint (https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint), get the coordinates of the garages you want to use and then allow them to type /tune near the garages.
Hopefully someone else can just tell you how to allow people to enter the garages.
PHP код:
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
Hopefully someone else can just tell you how to allow people to enter the garages.