15.02.2010, 17:20
i know how to code a teleport poin like this
but it works only without vehicle oO
i need this code but i want to take my vehicle with me
any idea?
Код:
else if (PlayerToPointStripped(1.5, playerid,****.****,-***.****,*****, cx,cy,cz))//--islandx
{
//--islandx
SetPlayerPos(playerid, 1479.4783,-1739.2612,13.5469);
GameTextForPlayer(playerid, "~w~Welcome back!",5000,1);
SetPlayerInterior(playerid,0);
PlayerInfo[playerid][pInt] = 0;
}
return 1;
i need this code but i want to take my vehicle with me
any idea?

