stock get_blabla(id) { if (id > 32) { log_error(AMX_ERR_BOUNDS, "[bla] out of bounds (%d).", id) return -1; } }