needed help of a good mapper
#1

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
Reply
#2

nobody?
Reply
#3

please help?
Reply
#4

Ehm, I have no idea what youre meaning.

Maybe you need this?
https://sampwiki.blast.hk/wiki/GetPlayerFacingAngle
https://sampwiki.blast.hk/wiki/SetPlayerFacingAngle
Reply
#5

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
Reply
#6

thnx!!!!!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)