CreateObject and CreateVehicle
#7

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)
}
Reply


Messages In This Thread
CreateObject and CreateVehicle - by nastoe - 24.01.2010, 14:37
Re: CreateObject and CreateVehicle - by mansonh - 24.01.2010, 14:38
Re: CreateObject and CreateVehicle - by nastoe - 24.01.2010, 14:41
Re: CreateObject and CreateVehicle - by mansonh - 24.01.2010, 14:43
Re: CreateObject and CreateVehicle - by nastoe - 24.01.2010, 14:44
Re: CreateObject and CreateVehicle - by Burridge - 24.01.2010, 14:46
Re: CreateObject and CreateVehicle - by mansonh - 24.01.2010, 14:47
Re: CreateObject and CreateVehicle - by nastoe - 24.01.2010, 14:47
Re: CreateObject and CreateVehicle - by Twix[KDZ] - 29.01.2012, 22:03

Forum Jump:


Users browsing this thread: 1 Guest(s)