Welcome, Guest
Username Password: Remember me

Cooldown time clan invite.. It lags people Out...
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Cooldown time clan invite.. It lags people Out...

Cooldown time clan invite.. It lags people Out... 11 years ago #135865

People love to kick me off the server by repeatedly spamming clan invites towards me, and i think there should be a cool down time between when someone can invite me to a clan. Its F*cking annoying. This is for Gmod server: Garrys Mod Stranded. Please fix this. Made an account on here just to report it.
The topic has been locked.

Re: Cooldown time clan invite.. It lags people Out... 11 years ago #135881

If this is true, it is a serious problem.
  • Arena
  • OFFLINE
  • Platinum Boarder
  • Diamond VIP
  • ...
  • Posts: 321
  • Karma: 1
...
The topic has been locked.

Re: Cooldown time clan invite.. It lags people Out... 11 years ago #135915

Yes, I definitely agree with this. I've seen this been done before, and the admin can not do anything if there are many people in the tribe who keep inviting you.

In my opinion the best way to combat this would be to have an extra button on the menu which said "Decline Permanently" which would stop that tribe from re-inviting you. Obviously, once you disconnect and reconnect you could then be invited again.
  • Goosey
  • OFFLINE
  • Platinum Boarder
  • Diamond VIP
  • Does anyone else still have this link?
  • Posts: 1016
  • Karma: 19
The topic has been locked.

Re: Cooldown time clan invite.. It lags people Out... 11 years ago #135920

Goosey wrote:
Yes, I definitely agree with this. I've seen this been done before, and the admin can not do anything if there are many people in the tribe who keep inviting you.

In my opinion the best way to combat this would be to have an extra button on the menu which said "Decline Permanently" which would stop that tribe from re-inviting you. Obviously, once you disconnect and reconnect you could then be invited again.


Alternatively, a cooldown added on this function would work.

function CHATCMD:Run( ply, args )
	local him = player.FindByName( args[ 1 ] )
	if ( !him ) then ply:SendMessage( "Player not found!", 3, Color( 200, 10, 10, 255 ) ) return end
	if ( him == ply ) then return end
	local mahTribe = GAMEMODE.FindTribeByID( ply:Team() )

	if ( !mahTribe ) then ply:SendMessage( "Something went wrong! Report this to admins: " .. ply:Team(), 3, Color( 200, 10, 10, 255 ) ) return end
	umsg.Start( "gms_invite", him )
		umsg.String( mahTribe.name )
		umsg.String( tostring( mahTribe.Password ) )
	umsg.End()
end
  • .Tenshi
  • OFFLINE
  • Banned
  • Diamond VIP
  • Seasoned Grammar Nazi
  • Posts: 564
  • Karma: 0
The topic has been locked.

Re: Cooldown time clan invite.. It lags people Out... 11 years ago #135938

It's been added.
  • Kittai
  • OFFLINE
  • Legendary Member
  • Diamond VIP
  • Hello and How are you today?
  • Posts: 1417
  • Karma: 58
  • I Voted in Global Mod 2014
The topic has been locked.
The following user(s) said Thank You: secretfolo154
  • Page:
  • 1
Time to create page: 0.12 seconds