Ok, I have this fairy addon, and I want to make it donators/admins only, I know there is adminspawnable thing in the lua code which i have set, but now i need to let donators use it,
if (Settings.SpawnWithPlayer and gmod.GetGamemode().Name == "Sandbox") and (Ply:IsAdmin() or Ply:IsDonator() or Settings.SpawnWithPlayerAdminOnly) then
I tried this but It doesn't work, I'm not very good :S
I'm using UTeam