15.06.2018, 10:23
my posts are getting removed is their any reason please i need help dont dleete them
i want help here to send message to event players that they are winers i tried this
i want help here to send message to event players that they are winers i tried this
PHP код:
if(GetPlayersInExWar()==2)
{
new count =0;
foreach(new i: Player)
{
formatdialog(playerid, DIALOG_WINNERS, DIALOG_STYLE_MSGBOX, "Winners", "%s\n", "Close", "", playername(i));
count++;
}
if(GetPlayersInExWar() == 0 && count == 0)
{
format2exwar("%s nobody won the war", playername(playerid));
return 1;
}
}