[HELP] [REP+] How i can show backup location when using /backup
#4

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
    if(IsPlayerConnected(i) && gTeam[i] == gTeam[playerid])
    {
        SendClientMessage(i, C_RED, string);
        SetPlayerMarkerForPlayer(i, playerid, color); // Change the color to the color you want
    }
}
Reply


Messages In This Thread
FIXED - by HydraHumza - 30.03.2015, 10:19
Re: [HELP] [REP+] How i can show backup location when using /backup - by CalvinC - 30.03.2015, 10:21
Re: [HELP] [REP+] How i can show backup location when using /backup - by HydraHumza - 30.03.2015, 10:30
Re: [HELP] [REP+] How i can show backup location when using /backup - by CalvinC - 30.03.2015, 10:51
Re: [HELP] [REP+] How i can show backup location when using /backup - by HydraHumza - 30.03.2015, 11:08

Forum Jump:


Users browsing this thread: 1 Guest(s)