PutPlayerInVehicle
#4

What?
No, you just put SetPlayerPos, which removes the player from the vehicle.
pawn Код:
if (strcmp("/home", cmdtext, true, 10) == 0)
    {
        if (IsPlayerInAnyVehicle(playerid))
        SetVehiclePos(GetPlayerVehicleID(playerid), 1475.8315,-2927.7690,11.1834);
        else SetPlayerPos(playerid,1475.8315,-2927.7690,11.1834);
        return 1;
     }
}
Reply


Messages In This Thread
PutPlayerInVehicle - by FireCat - 18.09.2010, 15:20
Re: PutPlayerInVehicle - by Dime - 18.09.2010, 15:44
Re: PutPlayerInVehicle - by Mike_Peterson - 18.09.2010, 17:05
Re: PutPlayerInVehicle - by [XST]O_x - 18.09.2010, 17:12

Forum Jump:


Users browsing this thread: 1 Guest(s)