lock in car
#2

pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
    if(PlayerInRace[playerid] == 1)
    {
        PutPlayerInVehicle(playerid, vehicleid, 0);
    }
    return 1;
}
You'll probably have another variable or something, you'll also want to verify that they're in the pit, mine simply slams them back in if a variable's value is 1.
Reply


Messages In This Thread
lock in car - by bluray - 16.01.2010, 03:27
Re: lock in car - by Calgon - 16.01.2010, 03:30

Forum Jump:


Users browsing this thread: 1 Guest(s)