[Ajuda] Textdraws com MAX_PLAYERS
#5

tutorial >> https://sampforum.blast.hk/showthread.php?tid=147555

Modo Lop GameModeInit
pawn Код:
for(new i; i < MAX_PLAYERS; i ++)
    {
        if(IsPlayerConnected(i))
        {
            TextDrawShowForPlayer(i, nometextdraw);
        }
    }
Reply


Messages In This Thread
Textdraws com MAX_PLAYERS - by [XPG]MarlonCS - 18.07.2012, 18:08
Re: Textdraws com MAX_PLAYERS - by paulor - 18.07.2012, 18:27
Re: Textdraws com MAX_PLAYERS - by Don_Speed - 18.07.2012, 18:30
Re: Textdraws com MAX_PLAYERS - by [XPG]MarlonCS - 18.07.2012, 18:31
Re: Textdraws com MAX_PLAYERS - by Don_Speed - 18.07.2012, 18:35
Re: Textdraws com MAX_PLAYERS - by paulor - 18.07.2012, 18:37
Re: Textdraws com MAX_PLAYERS - by Don_Speed - 18.07.2012, 18:47
Re: Textdraws com MAX_PLAYERS - by [XPG]MarlonCS - 18.07.2012, 19:26
Re: Textdraws com MAX_PLAYERS - by Abravanel - 18.07.2012, 19:29
Re: Textdraws com MAX_PLAYERS - by DrTHE - 18.07.2012, 20:04

Forum Jump:


Users browsing this thread: 1 Guest(s)