01.04.2013, 23:45
ALright i have this
but i want to make it only a level 7 admin, with a desert eagle can shoot the car to make it change colours
i use pAdmin as the player saving thingy also
pawn Код:
public OnEmptyVehicleDamage(vehicleid,playerid,exems)
{
ChangeVehicleColor(vehicleid,random(126),random(126));
return 1;
}
i use pAdmin as the player saving thingy also