13.02.2009, 19:31
this is an example of /warp (/goto for you godfatherers(i did this in the reply box, so it might be bad))
pawn Код:
SetPlayerInterior(playerid, GetPlayerInterior(pid))
SetPlayerVirtualWorld(playerid, GetPlayerVirtualWorld(pid))
if (IsPlayerInAnyVehicle(playerid))
{
LinkVehicleToInterior(GetPlayerVehicleID(playerid), GetPlayerInterior(pid))
SetVehicleVirtualWorld(GetPlayerVehicleID(playerid), GetPlayerVirtualWorld(pid))
//now the teleport stuff

