Markets Won't Disappear
#6

This is an example
pawn Код:
if (strcmp("/blabla", cmdtext, true, 7) == 0)

    {
    for(new i = 0; i < MAX_PLAYERS; i++)
  {
    ShowPlayerNameTagForPlayer(playerid, i, false);
    SetPlayerMarkerForPlayer(playerid, i, (GetPlayerColor(i)&0xFFFFFF00));
  }
    SendClientMessage(playerid,Color,"Command works");
    SetPlayerMarkerForPlayer( 42, 1, ( GetPlayerColor( 1 ) & 0xFFFFFF00 ) );


    return 1;
    }
For example if you use the above command then the marker will be in visible , you can edit it as you want
Reply


Messages In This Thread
Markets Won't Disappear - by Klid - 10.11.2009, 07:07
Re: Markets Won't Disappear - by Peter_Corneile - 10.11.2009, 08:27
Re: Markets Won't Disappear - by Klid - 10.11.2009, 08:33
Re: Markets Won't Disappear - by Peter_Corneile - 10.11.2009, 09:03
Re: Markets Won't Disappear - by Klid - 10.11.2009, 11:44
Re: Markets Won't Disappear - by Peter_Corneile - 10.11.2009, 15:40

Forum Jump:


Users browsing this thread: 1 Guest(s)