new blah[33]; public my_func(id) { // blah[id] = 1; } public client_PreThink(id) { if(blah[id]) { entity_set_int(id , EV_INT_sequence, 1); } }