SA-MP Forums Archive
[NEED HELP]Tele Lines - 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: [NEED HELP]Tele Lines (/showthread.php?tid=80917)



[NEED HELP]Tele Lines - paultje162 - 07.06.2009

Hello. Do someone know a line to make any tele 4 z posses higher?

i'm to lazy to do all my teles so i want to ask if there is al line like this or something:

xpos ypos zpos. zpos + 4

something like that. thank you


Re: [NEED HELP]Tele Lines - DjSterios - 07.06.2009

If i understood Correct, yeah you can do it. For teleports or something.

You will do it +4 in the pos you want. For example its posx, posy, posz, so you will put +4 In that you want. So you can do it

posx+4, posy, posz etc. if you mean something else, explain it.


Re: [NEED HELP]Tele Lines - Lewwy - 07.06.2009

So you want things to go higher?

For example:
pawn Код:
CreateExplosion(xpos, ypos, zpos+1, 6, 7.0); // this will make it higher than the original position.