25.07.2010, 00:43
I just made this, what is supposed to happen when you pay and spray (ded said it would work in Pay & Spray)
But it did not.
Does anyone know how to make it work on a pay and spray?
But it did not.
pawn Код:
public OnVehicleRespray(playerid, vehicleid, color1, color2)
{
if(GetPlayerVehicleSeat(playerid) == 0)
{
SendClientMessage(playerid, COLOR_CMD, " - Payed $500 for the respray");
PlayerInfo[playerid][pCash] -= 500;
}
return 1;
}