18.12.2010, 18:02
Ok, i can only assume that the vehicles are not ready yet (was not created).
And now:
And now:
pawn Код:
public OnVehicleSpawn(vehicleid)
{
static once = 0;
if(!(once) && (IsACopCar(vehicleid)))
{
once = 1;
SetVehicleNumberPlate(vehicleid, "Polizei");
SetVehicleToRespawn(vehicleid);
}
return true;
}