CMD:bk spamming.
#3

pawn Code:
if (GetFactionType(i) == FACTION_POLICE)
{
    SendFactionMessage(PlayerData[playerid][pFaction], COLOR_RADIO, "RADIO: ALL UNITS! %s is requesting immediate assistance, his location has been located on radar! at %s.", ReturnName(playerid, 0), GetLocation(fX, fY, fZ));
    SetPlayerMarkerForPlayer(i, playerid, 0xC2A2DAAA); // it will set purple marker on player whoever called backup and only cops will be able to see it
    SetTimerEx("RemoveMarker", 60000, true, "i",playerid); // We will set 1 min timer to auto remove marker
    break;
}
Reply


Messages In This Thread
CMD:bk spamming. - by fonia5 - 16.02.2015, 20:20
Re: CMD:bk spamming. - by Vince - 16.02.2015, 20:22
Re: CMD:bk spamming. - by Jimmy0wns - 16.02.2015, 20:42
Re: CMD:bk spamming. - by xVIP3Rx - 16.02.2015, 20:52
Re: CMD:bk spamming. - by The__ - 17.02.2015, 06:44

Forum Jump:


Users browsing this thread: 1 Guest(s)