13.07.2015, 09:49
else if(pData[d][pAdmin] == 1 && IsOnduty{d} == 1 && wl == 0)
{
c = GetPlayerColor(d);
SetPlayerColor(d,COLOR_ADMIN);
return 1;
}
d is not defined for that like because its out of the "for" function(the place you define d).
{
c = GetPlayerColor(d);
SetPlayerColor(d,COLOR_ADMIN);
return 1;
}
d is not defined for that like because its out of the "for" function(the place you define d).