SA-MP Forums Archive
[Help] Teleport command + 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: [Help] Teleport command + car. (/showthread.php?tid=120583)



[Help] Teleport command + car. - Fedee! - 11.01.2010

Iґve got this command:

Quote:

if (!strcmp("/aabigjump", cmdtext, true))
{
SetPlayerPosWithVehicle(playerid, 1396.4175,2173.1738,268.5117,357.5054, cmdtext);
return 1;
}

How can I make to teleport a car too?


Re: [Help] Teleport command + car. - Finn - 11.01.2010

SetPlayerPos
SetVehiclePos

(PutPlayerInVehicle)