Car Problem Close and start
#2

pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
    if (Lock[vehicleid] == 1)
    {
        new state = GetPlayerState(playerid);
        if (state == PLAYER_STATE_DRIVER)
        {
            Lock[vehicleid] = 0;
            //SendClientMessage(playerid,0xFFFFFF,"Your vehicle has been automatically unlocked.");
        }
    }
}
Edited.
Reply


Messages In This Thread
Car Problem Close and start - by SanAndreasVille - 16.01.2011, 20:08
Re: Car Problem Close and start - by admantis - 16.01.2011, 20:12
Re: Car Problem Close and start - by SanAndreasVille - 16.01.2011, 21:52

Forum Jump:


Users browsing this thread: 1 Guest(s)