Tp with car...
#5

Try this

pawn Код:
if(IsPlayerInAnyVehicle(playerid) == 1)
{
    new car = GetPlayerVehicleID(playerid);
    SetVehiclePos(car, /* Coordinates */);
    PutPlayerInVehicle(playerid, car);
}
Reply


Messages In This Thread
Tp with car... - by viddo - 03.03.2012, 11:34
Re: Tp with car... - by Chris_Morrison - 03.03.2012, 11:37
Re: Tp with car... - by viddo - 03.03.2012, 12:41
Re: Tp with car... - by Max_Coldheart - 03.03.2012, 12:54
Re: Tp with car... - by Nuke547 - 03.03.2012, 13:42
Re: Tp with car... - by viddo - 03.03.2012, 14:27

Forum Jump:


Users browsing this thread: 1 Guest(s)