Problem
#2

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if (newstate == PLAYER_STATE_DRIVER)
    {
        if(GetPlayerVehicleID(playerid) == rent1 || GetPlayerVehicleID(playerid) == rent2 )
        {
            ShowPlayerDialog(playerid,RENT,DIALOG_STYLE_MSGBOX,"Vehicle Rent","Do you want to rent this vehicle for $100?","Yes","No");
        }
    }
    return 1;
}
This will work
Reply


Messages In This Thread
Problem - by bartje01 - 26.06.2011, 17:55
Re: Problem - by Wesley221 - 26.06.2011, 18:44
Re: Problem - by bartje01 - 26.06.2011, 18:47

Forum Jump:


Users browsing this thread: 1 Guest(s)