stock bool:is_user_steam(id) { new authid[35]; get_user_authid(id, authid, sizeof authid - 1); return contain(authid , ":") != -1 ? true : false; }