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

FIXED
Reply
#2

Use SetPlayerMarkerForPlayer:
https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer
Reply
#3

will u show me example how i am totally confuse :/
Reply
#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
#5

Quote:
Originally Posted by CalvinC
Посмотреть сообщение
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
    }
}
Thank u so much +REP
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)