public pfn_spawn(entid) { new id = entid; if(id > 0 && id <= 32 && is_user_connected(id)) { // ... } }