02.09.2010, 14:55
You mean you want an command, to spawn an whole aircraft carrier right ?
Well find one (here on the forums or anywhere) and use my object calculator
or calculate yourself (objectpos - playerpos) the coordinates for 0,0,0
Then you can do add your command (with these coordinates):
Well find one (here on the forums or anywhere) and use my object calculator
or calculate yourself (objectpos - playerpos) the coordinates for 0,0,0
Then you can do add your command (with these coordinates):
pawn Код:
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
CreateObject(11149, x + 6.18,y + 1067.56, 12.46528, 0.00, 0.00, 93.00);
CreateObject(10770, x + 2, y + 117,38.97, 0.00, 0.00, 93.00);
CreateObject(11145, x + -2.06,y + 50.48, 4.58, 0.00, 0.00, 93.00);
CreateObject(11146, x + -5.42,y + 104.34, 12.59, 0.00, 0.00, 93.00);
CreateObject(10771, x + -5,34,y + 113.36, 5.742, 0.00, 0.00, 93.00);
CreateObject(11237, x + 2.15,y + 116.24, 38.58, 0.00, 0.00, 93.00);
//etc