Quote:
Originally Posted by IceCube!
My bad really sorry
pawn Код:
CMD:spray(playerid, params[]) { new colour1, colour2; if(sscanf(params, "ii", colour1, colour2)) { new Veh = GetPlayerVehicleID(playerid); ChangeVehicleColor(Veh, colour1, colour2); } return 1; }
Try this
|
just tested the command and it does not spray the car