Quote:
Originally Posted by Ryokin
there's no index in that func, you need to check
PHP Code:
for (new i=0; i<get_maxplayers; i++)
{
if ...
}
|
Added that and am getting an error :
PHP Code:
Error: Syntax error in the expression, or invalid function call on line 104
__________________