L 02/13/2013 - 21:06

5: [AMXX] Run time error 4: index out of bounds
L 02/13/2013 - 21:06

5: [AMXX] [0] jbk.sma::Fwd_Touch (line 71)
PHP Code:
public Fwd_Touch(id)
{
if(foot[id] == 0)
{
return PLUGIN_CONTINUE
}
if(is_user_alive(id))
set_user_footsteps(id,1)
return FMRES_IGNORED
}
What's wrong?