This code doesn't work [HELP]
#9

nothing happens even i make this

pawn Код:
new vid = GetPlayerVehicleID(playerid);
    if(newstate == PLAYER_STATE_DRIVER && vid == Taxi || vid == Cabble)
    {
        if(pInfo[playerid][JobMember] != 1 && pInfo[playerid][JobLeader] != 1) {
            SendClientMessage(playerid, COLOR_GREY, "  You are not Taxi Driver!  ");
            RemovePlayerFromVehicle(playerid);
            return 1;
        } else if(pInfo[playerid][JobMember] == 1 && pInfo[playerid][JobLeader] == 1) {
            SendClientMessage(playerid, COLOR_GREY, "/duty to be on/off Job Duty!");
        }
    }
    if(newstate == PLAYER_STATE_PASSENGER || newstate == PLAYER_STATE_DRIVER)
    {
        SetPlayerArmedWeapon(playerid, 0);
        return 1;
    }
Reply


Messages In This Thread
This code doesn't work [HELP] - by Reklez - 22.03.2012, 02:17
Re: This code doesn't work [HELP] - by MP2 - 22.03.2012, 02:21
Re: This code doesn't work [HELP] - by Reklez - 22.03.2012, 02:24
Re: This code doesn't work [HELP] - by MP2 - 22.03.2012, 02:27
Re: This code doesn't work [HELP] - by GtasaPoliceModz - 22.03.2012, 02:37
Re: This code doesn't work [HELP] - by Reklez - 22.03.2012, 02:45
Re: This code doesn't work [HELP] - by Reklez - 22.03.2012, 03:24
Re: This code doesn't work [HELP] - by MP2 - 22.03.2012, 03:38
Re: This code doesn't work [HELP] - by Reklez - 22.03.2012, 03:57
Re: This code doesn't work [HELP] - by MP2 - 22.03.2012, 04:17

Forum Jump:


Users browsing this thread: 1 Guest(s)