18.04.2017, 20:34
(
Последний раз редактировалось danielpalade; 25.09.2017 в 21:57.
)
-- DELETED --
stock SendFootballMessage(team[], color, string[])
{
foreach(new i : Player)
{
if(team == pInfo[i][pTeamBet]) SCM(i,color,string);
}
return 1;
}
stock SendFootballMessage(team[], color, string[])
{
foreach(new i : Player)
{
if(!strcmp(team, pInfo[i][pTeamBet)) SCM(i,color,string);
}
return 1;
}