need help with 3dtextlabel
#4

I doubt anyone will be online when OnGameModeInit is called(And that callback don't use playerid, so where is the errors?)

Try this:

Код:
for(new i; i < MAX_PLAYERS; i++)
{
    create3dtext(text[i]);
    if(show3dtext[i] == 0)
    {
        attach3dtexttoplayer(text[i]);
    }
}
Reply


Messages In This Thread
need help with 3dtextlabel - by basicllsw - 29.04.2012, 08:40
Re: need help with 3dtextlabel - by iggy1 - 29.04.2012, 09:01
Re: need help with 3dtextlabel - by basicllsw - 30.04.2012, 05:12
Re: need help with 3dtextlabel - by warcodes_ - 30.04.2012, 05:25
Re: need help with 3dtextlabel - by basicllsw - 30.04.2012, 08:27
Re: need help with 3dtextlabel - by iggy1 - 30.04.2012, 08:29

Forum Jump:


Users browsing this thread: 1 Guest(s)