Increase wanted level if in LVPD car
#3

still no effect

pawn Код:
if(newstate == PLAYER_STATE_DRIVER)
    {
        //Law Enforcement Vehicles +4 stars
        if(GetVehicleModel(playerid) == 598 || GetVehicleModel(playerid)== 523 || GetVehicleModel(playerid) == 490)
        {
           if(gTeam[playerid] == TEAM_CIVIL)
           {
             GetPlayer2DZone(playerid, zone, MAX_ZONE_NAME);
             SetPlayerWantedLevel(playerid, GetPlayerWantedLevel(playerid)+4);
             SetPVarInt(playerid, "WantedTimer", SetTimerEx("WantedLevelDown", 900000, 1, "i", playerid));

             format(string,sizeof(string), "You've stolen a law enforcement vehicle, wanted level increased.");
             SendClientMessage(playerid,COLOR_GREEN, string);

             GetPlayerName(playerid, pname, sizeof(pname));
             format(string,sizeof(string),"[LAW RADIO] suspect %s(%d) is last seen at %s. [Crime: Law Vehicle Robbery]",pname,playerid,zone);
             SendLawEnfMessage(COLOR_BLUE,string);
           }
       }
    }
Reply


Messages In This Thread
Increase wanted level if in LVPD car - by _Khaled_ - 18.07.2013, 01:10
Re: Increase wanted level if in LVPD car - by MP2 - 18.07.2013, 01:10
Re: Increase wanted level if in LVPD car - by _Khaled_ - 18.07.2013, 01:17
Re: Increase wanted level if in LVPD car - by SuperViper - 18.07.2013, 01:24
Re: Increase wanted level if in LVPD car - by _Khaled_ - 18.07.2013, 01:30

Forum Jump:


Users browsing this thread: 1 Guest(s)