Login to ZARP
Username: Password: Remember me

TOPIC: [SSRP] Lockdown Removal

[SSRP] Lockdown Removal 5 years 9 months ago #965841

Server Name: DarkRP

Suggestion Title: Lockdown Removal Upon Mayor death

How would it benefit the server: Stop problems that occur during a lockdown from a past mayor, such as; lockdown message blocking rp_tellall messages, causing random arrests as player believe a lockdown is active.

Potential Issues/Exploits: None.

Additional notes: Deadmonstor get to work please.
  • Sally
  • Sally's Avatar
  • Online
  • Forum Administrator
  • ZARP VIP
  • Can You Understand How Strange It Is To Be Alive?
  • Posts: 6988
  • Thanks received: 3528
  • Karma: 59


Brother Gustro: sally is a minge
The topic has been locked.
The following user(s) said Thank You: MsMss brother

[SSRP] Lockdown Removal 5 years 9 months ago #965849

Good suggestion, there have been many accidental RDAs because of this.
:support:
  • dankek
  • dankek's Avatar
  • Offline
  • Banned
  • ZARP VIP
  • Legendary Retard
  • Posts: 2400
  • Thanks received: 997
  • Karma: 23
The topic has been locked.

[SSRP] Lockdown Removal 5 years 9 months ago #965851

Suggested this to Chute yesterday actually, rp_cancellockdown would be nice too for Admins+
  • Clarky
  • Clarky's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP Gold Badge
  • I love Henny
  • Posts: 16701
  • Thanks received: 9543
  • Karma: 1000
The topic has been locked.
The following user(s) said Thank You: MsMss brother

[SSRP] Lockdown Removal 5 years 9 months ago #965853

:plussp: good suggestion we do not need a lockdown for hours after mayor has died
  • Gold Lemon
  • Gold Lemon's Avatar
  • Offline
  • Senior Boarder
  • ZARP VIP
  • End.
  • Posts: 309
  • Thanks received: 45
  • Karma: 5
Steam profile https://steam community.com/id/Gold-Lemon-Mlg
The topic has been locked.

[SSRP] Lockdown Removal 5 years 9 months ago #965858

:plussp:
  • Nick0GR
  • Nick0GR's Avatar
  • Offline
  • Marvelous Boarder
  • ZARP VIP
  • Posts: 10798
  • Thanks received: 3308
  • Karma: -113

GD+Server Apps Section staff
TS3+Discord Staff
Bhop Super admin
TTT Super admin
Discord: Nick0GR#9038
ex
TTT Super admin
Murder Super admin
PropHunt Head admin
Deathrun admin
SSRP admin
TeamSpeak staff
Server apps + appeal section moderator
The topic has been locked.

[SSRP] Lockdown Removal 5 years 9 months ago #965859

Nick0GR wrote:
:plussp:
  • maybedovahkitty
  • maybedovahkitty's Avatar
  • Offline
  • User is blocked
  • ZARP VIP
  • Бог мертв
  • Posts: 7710
  • Thanks received: 1226
  • Karma: -74
Most people are searching for happiness. They’re looking for it. They’re trying to find it in someone or something outside of themselves. That’s a fundamental mistake. Happiness is something that you are, and it comes from the way you think.
The topic has been locked.

[SSRP] Lockdown Removal 5 years 9 months ago #965877

Clarky wrote:
Suggested this to Chute yesterday actually, rp_cancellockdown would be nice too for Admins+
You know what would be nicer? A code for when the mayor dies it automatically calls the function rp_cancellockdown
  • Ashur
  • Ashur's Avatar
  • Offline
  • Mythical Boarder
  • ZARP VIP
  • Legendary Member
  • Posts: 5568
  • Thanks received: 1276
  • Karma: -160
The topic has been locked.
The following user(s) said Thank You: SwiiFTz

[SSRP] Lockdown Removal 5 years 9 months ago #965882

Deadmonstor get to work please.
  • Nafe
  • Nafe's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP Golden Blue Badge
  • Posts: 18578
  • Thanks received: 11871
  • Karma: -377
The topic has been locked.

[SSRP] Lockdown Removal 5 years 9 months ago #965889

:plussp:
  • Yojonatan
  • Yojonatan's Avatar
  • Offline
  • Senior Boarder
  • ZARP VIP
  • Hi
  • Posts: 377
  • Thanks received: 77
  • Karma: -2
Ex SSRP Moderator

Only way is Daf
Holland style

My steam: Click!

The topic has been locked.

[SSRP] Lockdown Removal 5 years 9 months ago #965898

Ashur wrote:
Clarky wrote:
Suggested this to Chute yesterday actually, rp_cancellockdown would be nice too for Admins+
You know what would be nicer? A code for when the mayor dies it automatically calls the function rp_cancellockdown
Why not both? If someone made a racist lockdown for example, an admin can use that command.
  • Clarky
  • Clarky's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP Gold Badge
  • I love Henny
  • Posts: 16701
  • Thanks received: 9543
  • Karma: 1000
The topic has been locked.

[SSRP] Lockdown Removal 5 years 9 months ago #965899

Clarky wrote:
Ashur wrote:
Clarky wrote:
Suggested this to Chute yesterday actually, rp_cancellockdown would be nice too for Admins+
You know what would be nicer? A code for when the mayor dies it automatically calls the function rp_cancellockdown
Why not both? If someone made a racist lockdown for example, an admin can use that command.
This makes me wonder why Admins don't have that command already, let's hope this finally gets added lmfao
  • Ashur
  • Ashur's Avatar
  • Offline
  • Mythical Boarder
  • ZARP VIP
  • Legendary Member
  • Posts: 5568
  • Thanks received: 1276
  • Karma: -160
The topic has been locked.

[SSRP] Lockdown Removal 5 years 9 months ago #965902

local function fixLockDown ( ply, oldteam, newteam )
	if string.find(string.lower(team.GetName(oldteam)), "mayor") then
		DarkRP.unLockdown(game.GetWorld())
	end
end
hook.Add("OnPlayerChangedTeam", "fixLockDown", fixLockDown)

owo
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9276
  • Thanks received: 3800
  • Karma: 80
...
The topic has been locked.

[SSRP] Lockdown Removal 5 years 9 months ago #965909

DEADMONSTOR wrote:
local function fixLockDown ( ply, oldteam, newteam )
	if string.find(string.lower(team.GetName(oldteam)), "mayor") then
		DarkRP.unLockdown(game.GetWorld())
	end
end
hook.Add("OnPlayerChangedTeam", "fixLockDown", fixLockDown)

owo
you are so fucking amazing!!!1!!
  • Ashur
  • Ashur's Avatar
  • Offline
  • Mythical Boarder
  • ZARP VIP
  • Legendary Member
  • Posts: 5568
  • Thanks received: 1276
  • Karma: -160
The topic has been locked.

[SSRP] Lockdown Removal 5 years 9 months ago #965911

:support:
  • Wolfi
  • Wolfi's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP
  • Future Owner and Manager of Murder
  • Posts: 8738
  • Thanks received: 2708
  • Karma: 52
The topic has been locked.

[SSRP] Lockdown Removal 5 years 8 months ago #973416

could be done in one if statement so idk why it hasn't, especially when sally himself has to come in and suggest it
  • catboy sven ツ
  • catboy sven ツ's Avatar
  • Offline
  • Adept Boarder
  • ZARP VIP
  • Respected Zarp Contributor
  • Posts: 7193
  • Thanks received: 1544
  • Karma: -45
ex-minecraft owner, zarp legend (Was there during the infancy of Zarp), ex-ssrp admin, ex-teamspeak emblem (For SSRP admin & minecraft owner)








Last Edit: 5 years 8 months ago by catboy sven ツ.
The topic has been locked.

[SSRP] Lockdown Removal 5 years 8 months ago #973491

yes please :support:
  • Rice Seeds
  • Rice Seeds's Avatar
  • Offline
  • Senior Boarder
  • ZARP VIP
  • Guys go mako!
  • Posts: 622
  • Thanks received: 79
  • Karma: 1

The topic has been locked.
Moderators: MadMagic, Kanna.
Time to create page: 0.143 seconds

173 PLAYERS ONLINE

Connect to server View Gametracker DarkRP 1
10/127
online
Connect to server View Gametracker Deathrun
0/40
online
Connect to server View Gametracker TTT
0/47
online
Connect to server View Gametracker Bhop
0/32
online
Connect to server View Gametracker Surf
3/32
online
Connect to server View Gametracker Prop Hunt
0/42
online
Connect to server View Gametracker Sandbox
0/0
offline
Connect to server Discord
160/781
online
Top