19.04.2011, 04:16
Hey there fellow scripters,
I was just making a Teleport System on my server, i have made it so that Your character can teleport, but it leaves the car behind
Which is my problem, i want it to take the car with you
My Script...
I was just making a Teleport System on my server, i have made it so that Your character can teleport, but it leaves the car behind
Which is my problem, i want it to take the car with you
My Script...
pawn Код:
case 1://San Fierro
{
SetPlayerVirtualWorld(playerid, 0);
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, -1641.9742, 431.1623, 7.1102);
SetVehiclePos(playerid, -1641.9742, 431.1623, 7.1102);
}