21.02.2018, 13:22
Hello, I have been looking around but couldn't find anything is it possible like the sprunk machines to let people pay when they enter a pay n spray? is there like a function to add to your gm ?
public OnVehicleRespray(playerid, vehicleid, color1, color2)
{
GivePlayerMoney(playerid, GetPlayerMoney(playerid) - 100); // $100 would be deducted when the player resprays the vehicle
return 1;
}