Need help teleporting palyer with car - 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 teleporting palyer with car (
/showthread.php?tid=74677)
Need help teleporting palyer with car -
PDRP_JUSTIN - 25.04.2009
I need help wiht teleporting a car with apalyer for example if they go to a teleport the car goes with
them help add me on msn
justinsingh83@live.com or go to my server
76.195.10.81:7777
Re: NEED HELP TELEPORTING CARS WITH PLAYER -
yom - 25.04.2009
No script = no help
Don't write topic title in caps, it make you look like retarded.
Re: NEED HELP TELEPORTING CARS WITH PLAYER -
AiVAMAN - 25.04.2009
Just use teleport generator...
Re: NEED HELP TELEPORTING CARS WITH PLAYER -
PDRP_JUSTIN - 25.04.2009
Quote:
Originally Posted by ·٠•●°Alive°●•٠·
Just use teleport generator... 
|
were can i get teleport generator
Re: Need help teleporting palyer with car -
OmeRinG - 25.04.2009
You can use mine I made it sometime ago and didn't release it....:
The function to teleport someone with his vehicle is doing SetVehiclePos instead of player pos and it teleports the player with it...
Quote:
Originally Posted by 0rb
No script = no help
Don't write topic title in caps, it make you look like retarded.
|
Why the hell will he need to post a script here? he asked how to teleport someone with his car...
Re: Need help teleporting palyer with car -
Pyrokid - 25.04.2009
Quote:
Originally Posted by OmeRinG
You can use mine I made it sometime ago and didn't release it....:
The function to teleport someone with his vehicle is doing SetVehiclePos instead of player pos and it teleports the player with it...
Quote:
Originally Posted by 0rb
No script = no help
Don't write topic title in caps, it make you look like retarded.
|
Why the hell will he need to post a script here? he asked how to teleport someone with his car...
|
You don't need a teleport generator.
It's as simple as SetVehiclePos and PutPlayerInVehicle.
Re: Need help teleporting palyer with car -
Think - 25.04.2009
Quote:
Originally Posted by pıʞoɹʎd
Quote:
Originally Posted by OmeRinG
You can use mine I made it sometime ago and didn't release it....:
The function to teleport someone with his vehicle is doing SetVehiclePos instead of player pos and it teleports the player with it...
Quote:
Originally Posted by 0rb
No script = no help
Don't write topic title in caps, it make you look like retarded.
|
Why the hell will he need to post a script here? he asked how to teleport someone with his car...
|
You don't need a teleport generator.
It's as simple as SetVehiclePos and PutPlayerInVehicle.
|
wrong.
'its as simple as' IsPlayerInVehicle 'and' SetVehiclePos GetPlayerVehicleID
Re: Need help teleporting palyer with car -
Pyrokid - 25.04.2009
Quote:
Originally Posted by Pandabeer1337
Quote:
Originally Posted by pıʞoɹʎd
Quote:
Originally Posted by OmeRinG
You can use mine I made it sometime ago and didn't release it....:
The function to teleport someone with his vehicle is doing SetVehiclePos instead of player pos and it teleports the player with it...
Quote:
Originally Posted by 0rb
No script = no help
Don't write topic title in caps, it make you look like retarded.
|
Why the hell will he need to post a script here? he asked how to teleport someone with his car...
|
You don't need a teleport generator.
It's as simple as SetVehiclePos and PutPlayerInVehicle.
|
wrong.
'its as simple as' IsPlayerInVehicle 'and' SetVehiclePos GetPlayerVehicleID
|
Those are
obviously needed so it's not wrong to not include them.
Re: Need help teleporting palyer with car -
PDRP_JUSTIN - 26.04.2009
Quote:
Originally Posted by pıʞoɹʎd
Quote:
Originally Posted by Pandabeer1337
Quote:
Originally Posted by pıʞoɹʎd
Quote:
Originally Posted by OmeRinG
You can use mine I made it sometime ago and didn't release it....:
The function to teleport someone with his vehicle is doing SetVehiclePos instead of player pos and it teleports the player with it...
Quote:
Originally Posted by 0rb
No script = no help
Don't write topic title in caps, it make you look like retarded.
|
Why the hell will he need to post a script here? he asked how to teleport someone with his car...
|
You don't need a teleport generator.
It's as simple as SetVehiclePos and PutPlayerInVehicle.
|
wrong.
'its as simple as' IsPlayerInVehicle 'and' SetVehiclePos GetPlayerVehicleID
|
Those are obviously needed so it's not wrong to not include them.
|
after SetVechiclePos do i put SetVehiclePos(playerid,.....?
Re: Need help teleporting palyer with car -
Think - 26.04.2009
Quote:
Originally Posted by PDRP_JUSTIN
|
after SetVechiclePos do i put SetVehiclePos(playerid,.....?
[/quote]
SetVehiclePos(GetPlayerVehicleID(playerid), x, y, z);