3D Text Update
#6

Quote:
Originally Posted by MadeMan
You have to loop through all players.

I don't know the exact code you have in there, but it should be something like this:

pawn Код:
forward level2();
public level2()
{
    for(new playerid=0; playerid<MAX_PLAYERS; playerid++)
    {
        if(IsPlayerConnected(playerid))
        {
            format(str, 256, "Level: %d Exp: %d/%d", blah, blah, blah);
            Update3DTextLabelText(level[playerid],0xFFFF00AA,str);
        }
    }
}
Thank you! God bless you xd
Reply


Messages In This Thread
3D Text Update - by dawidek11 - 20.03.2010, 08:02
Re: 3D Text Update - by 96th - 20.03.2010, 08:53
Re: 3D Text Update - by cozza123456 - 20.03.2010, 08:56
Re: 3D Text Update - by dawidek11 - 20.03.2010, 10:52
Re: 3D Text Update - by MadeMan - 20.03.2010, 11:09
Re: 3D Text Update - by dawidek11 - 21.03.2010, 00:46

Forum Jump:


Users browsing this thread: 1 Guest(s)