24.01.2010, 14:47
Already posted, or you can separate your objects leaving them at the bottom.
Ok do this:
public OnGameModeInit()
{
.......
createStuff();
return 1;
}
put this function around your create functions
stock createStuff()
{
CreateObject(1309, 1712.304688, 1606.560791, 21.687422, 0, 0, -22.4999953447); // object
......
CreateVehicle(522, 1368.956543, 1591.165527, 39.607594, 270, -1, -1, 300); // spawnpoint (27)
}
Ok do this:
public OnGameModeInit()
{
.......
createStuff();
return 1;
}
put this function around your create functions
stock createStuff()
{
CreateObject(1309, 1712.304688, 1606.560791, 21.687422, 0, 0, -22.4999953447); // object
......
CreateVehicle(522, 1368.956543, 1591.165527, 39.607594, 270, -1, -1, 300); // spawnpoint (27)
}

