Hi, for exemple, I have this cobe below:
PHP Code:
public function()
{
new playersT[32], numT, playersNum
playersNum = get_playersnum()
get_players(playersT, numT, "che", "TERRORIST")
if ((playersNum >= 2) && (numT == 0))
{
... do something ...
}
}
And I know the AMX MOD return wrong values when using get_players + flags, knowing this, I ask: What's the better way to do this same code without the flags?
Thanks!
__________________