15.10.2012, 13:34
PHP код:
//Replace where you defined Chaos with
new Chaos[5];
public OnGameModeInit()
{
SetGameModeText("DM/Stunt/Freeroam/DM");
AddPlayerClass(115, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
Chaos[0] = AddStaticVehicle(411, 2505.4805, -1694.4548, 13.5583, 359.3510, 0, 0);
Chaos[1] = AddStaticVehicle(411, 2530.1431, -1667.0778, 15.1684, 75.8420, 0, 0);
Chaos[2] = AddStaticVehicle(522, 2507.5515, -1652.7310, 13.6477, 145.2344, 0, 0);
Chaos[3] = AddStaticVehicle(522, 2504.8083, -1651.4086, 13.6138, 146.4877, 0, 0);
Chaos[4] = AddStaticVehicle(522, 2491.7473, -1686.4999, 13.5120, 351.5546, 0, 0);
return 1;
}