Message showing two times
#2

You might want to change the
PHP Code:
SendClientMessageToAll(DUELstring); 
or add break in that last if condition
PHP Code:
if(DuelCountdown == 0)
{
/*your code*/
   
break;

It sends to all players and the loop still iterates for other players in duel too as no break in iteration is provided and therefore, it repeats the message.
Reply


Messages In This Thread
Message showing two times - by _GHT_MarK445 - 05.05.2020, 06:59
Re: Message showing two times - by SyS - 05.05.2020, 07:15
Re: Message showing two times - by _GHT_MarK445 - 06.05.2020, 14:38

Forum Jump:


Users browsing this thread: 2 Guest(s)