I get this error:
Code:
L 05/17/2005 - 16:07:25: [AMXX] Run time error 4 (index out of bounds) on line 46 (file "Fakefull.sma").
This is line 46 and the event around it.
Code:
public create(id)
{
new arg[32];
read_argv(1, arg, 31);
numbot = engfunc(EngFunc_CreateFakeClient,arg);
isBot[get_user_userid(numbot)] = true; //line 46
return PLUGIN_HANDLED;
}
Any suggestions?
i/you.got.pwned
__________________