Car into Interior
#4

not hard, here an example (with standard array names out of standard modes)

pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
    switch(gPlayerCheckpointStatus[playerid])
    {
        case THE_CHECKPOINT_YOU_WANTED:
        {
            SetPlayerInterior(playerid, 7);
            if(IsPlayerInAnyVehicle(playerid)) LinkVehicleToInterior(GetPlayerVehicleID(playerid), 7);
        }
    }
}
Reply


Messages In This Thread
Car into Interior - by [NYRP]Mike. - 20.09.2009, 14:17
Re: Car into Interior - by Nero_3D - 20.09.2009, 14:21
Re: Car into Interior - by [NYRP]Mike. - 20.09.2009, 14:26
Re: Car into Interior - by Nero_3D - 20.09.2009, 14:46

Forum Jump:


Users browsing this thread: 1 Guest(s)