06.07.2011, 19:56
PHP код:
new COPCAR;
public OnGameModeInit()
{
COPCAR = CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 60);
return 1;
}
public OnVehicleSpawn(vehicleid)
{
if(vehicleid == COPCAR) { SetVehicleHealth(vehicleid, 2000.0); }
return 1;
}