needed help of a good mapper - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: needed help of a good mapper (
/showthread.php?tid=173406)
needed help of a good mapper -
speediekiller2 - 02.09.2010
hello,
How do I create a script so that I / mas tap into the airplane carrier that I get my nose in positions where I stand and another player that looks just like the one / update (playerid)?
please help
Re: needed help of a good mapper -
speediekiller2 - 02.09.2010
nobody
?
Re: needed help of a good mapper -
speediekiller2 - 02.09.2010
please help?
Re: needed help of a good mapper -
Mauzen - 02.09.2010
Ehm, I have no idea what youre meaning.
Maybe you need this?
https://sampwiki.blast.hk/wiki/GetPlayerFacingAngle
https://sampwiki.blast.hk/wiki/SetPlayerFacingAngle
Re: needed help of a good mapper -
gamer931215 - 02.09.2010
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):
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
Re: needed help of a good mapper -
speediekiller2 - 02.09.2010
thnx!!!!!!