Help with /to & /get
#3

You should add that:
pawn Код:
new vehicleid = GetPlayerVehicleID(playerid);
new State = GetPlayerState(playerid);
if (IsPlayerInAnyVehicle(playerid) && State == PLAYER_STATE_DRIVER)
{

LinkVehicleToInterior(vehicleid, 0);
SetPlayerInterior(playerid, 0);
SetVehicleZAngle(vehicleid,0);
return SetVehiclePos(vehicleid, x,y,z);
}else{
SetPlayerPos(playerid, x,y,z);
Reply


Messages In This Thread
Help with /to & /get - by soulas85 - 02.08.2010, 09:33
Re: Help with /to & /get - by Finn - 02.08.2010, 09:48
Re: Help with /to & /get - by [MWR]Blood - 02.08.2010, 09:49
Re: Help with /to & /get - by soulas85 - 02.08.2010, 10:34
Re: Help with /to & /get - by soulas85 - 02.08.2010, 13:37
Re: Help with /to & /get - by Finn - 03.08.2010, 09:10
Re: Help with /to & /get - by KennethRandall - 03.08.2010, 09:13

Forum Jump:


Users browsing this thread: 3 Guest(s)