Label problem
#2

pawn Код:
public WantedColor()
{
    for (new i; i < MAX_PLAYERS; i++)
    {
        switch(GetPlayerWantedLevel(i))
        {
            case 1..3:
            {
                Ticketable[i] = Create3DTextLabel("Suspect - Ticketable",yellow,30.0,40.0,50.0,40.0,0);
                Attach3DTextLabelToPlayer(Ticketable[i], i, 0.0, 0.0, 0.7);
                SetPlayerColor(i,yellow);
            }
            case 4..10:
            {
                Arrestable[i] = Create3DTextLabel("Suspect - Arrestable",red,30.0,40.0,50.0,40.0,0);
                Attach3DTextLabelToPlayer(Arrestable[i], i, 0.0, 0.0, 0.7);
                SetPlayerColor(i,red);
            }
        }
    }
}
Reply


Messages In This Thread
Label problem - by Face9000 - 24.05.2012, 19:06
Re: Label problem - by ViniBorn - 24.05.2012, 19:09
Re: Label problem - by Face9000 - 24.05.2012, 19:13
Re: Label problem - by ViniBorn - 24.05.2012, 19:31
Re: Label problem - by Face9000 - 24.05.2012, 20:53
Re: Label problem - by SnG.Scot_MisCuDI - 24.05.2012, 21:21
Re: Label problem - by Face9000 - 24.05.2012, 22:23
Re: Label problem - by Jonny5 - 24.05.2012, 22:27
Re: Label problem - by Face9000 - 24.05.2012, 22:42
Re: Label problem - by ricardo178 - 24.05.2012, 22:54

Forum Jump:


Users browsing this thread: 1 Guest(s)