Feature: Add a judge when who is pulled out of prison by others and directly re-imprisoned. #100
Labels
Enhancement
Idea to improve upon the anticheat module.
Help Wanted
Out side of the maintainers ability\free time\or understanding and requests help from community devs
Role Play
Feature described as Role Play and will not be a priority of any kind.
Suggestion
Suggestions to change or handle something differently.
Describe your feature request or suggestion in detail
I do this by lua, register a map change even, who still be jailed(by who have the aura 71041 with time 0) will direct teleport back to prison. I think if this is functions that come with the module , and can config in .conf file, will more good for server mgmt.
local function PlayerUpdateMap(event,player)
if player:HasAura(71041) then
if player:Teleport(1,16227.80,16403.01,-64.38,3.51117) then
player:SendBroadcastMessage("go back to prison...")
end
end
end
RegisterPlayerEvent(27,PlayerUpdateMap)
Describe a possible solution to your feature or suggestion in detail
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: