How to make this thing more advanced..
#4

pawn Код:
else if(GetPlayerColor(playerid) != COLOR_BLUE) return SendClientMessage(playerid, COLOR_RED, "Only Police officers can use this command!");
    else if(GetPlayerColor(otherplayerid) != COLOR_WHITE) return SendClientMessage(playerid, COLOR_RED, "This player can't be wanted!");
    else
    {
        SendClientMessage(otherplayerid,COLOR_RED,"You are now wanted!");
        SendClientMessage(playerid,COLOR_BLUE,"That player is now wanted!");
        SetPlayerWantedLevel(otherplayerid,1);
        SetPlayerColor(otherplayerid,COLOR_ORANGE);
    }
Reply


Messages In This Thread
How to make this thing more advanced.. - by [JnA]DukeNukem - 30.04.2011, 15:29
Re: How to make this thing more advanced.. - by MadeMan - 30.04.2011, 15:39
Re: How to make this thing more advanced.. - by [JnA]DukeNukem - 30.04.2011, 15:48
Re: How to make this thing more advanced.. - by MadeMan - 30.04.2011, 15:52
Re: How to make this thing more advanced.. - by [JnA]DukeNukem - 30.04.2011, 16:11
Re: How to make this thing more advanced.. - by Steven82 - 30.04.2011, 16:32

Forum Jump:


Users browsing this thread: 1 Guest(s)