Text draw of max players. And show it all.
#2

PHP код:
for(new i=0,i<MAX_PLAYERS;i++)
    {
        if(
IsPlayerConnected(i)) {
            
TextDrawShowForPlayer(playerid,scoreT[i]);
        }
    } 
Try checking if the player is connected before showing.
Reply


Messages In This Thread
Text draw of max players. And show it all. - by Maheerali - 03.09.2016, 17:12
Re: Text draw of max players. And show it all. - by DarkSkull - 03.09.2016, 17:27
Re: Text draw of max players. And show it all. - by Vince - 03.09.2016, 17:35
Re: Text draw of max players. And show it all. - by SickAttack - 03.09.2016, 17:39

Forum Jump:


Users browsing this thread: 2 Guest(s)