Teleport problem
#2

Your putting a player in the vehicle instead of getting the players vehicle

Код:
new vehicle
vehicle = GetPlayerVehicleID(playerid);
also remember to set the vehicle's virtual world

Код:
SetVehicleVirtualWorld(playerid,GetPlayerVirtualWorld(playerid));
EDIT: Also check if the player is inside a vehicle

Код:
if(IsPlayerInAnyVehicle(vehicle))
Reply


Messages In This Thread
Teleport problem - by mickos - 10.06.2012, 16:25
Re: Teleport problem - by Mimic - 10.06.2012, 16:37
Re: Teleport problem - by mickos - 10.06.2012, 16:44
Re: Teleport problem - by Mimic - 10.06.2012, 16:46
Re: Teleport problem - by mickos - 10.06.2012, 16:51
Re: Teleport problem - by Mimic - 10.06.2012, 16:56
Re: Teleport problem - by mickos - 10.06.2012, 16:58
Re: Teleport problem - by Mimic - 10.06.2012, 17:17
Re: Teleport problem - by mickos - 10.06.2012, 17:24

Forum Jump:


Users browsing this thread: 2 Guest(s)