mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
Fixed removing players from vechils with jail
This commit is contained in:
@@ -40,7 +40,7 @@ function Admin.jail(player,by_player,reason)
|
|||||||
['Reason:']=reason
|
['Reason:']=reason
|
||||||
} end
|
} end
|
||||||
Role.meta.last_jail = player.name
|
Role.meta.last_jail = player.name
|
||||||
player.vehicle = nil
|
player.driving = false
|
||||||
Server.interface(Role.assign,true,player,'Jail',by_player.name)
|
Server.interface(Role.assign,true,player,'Jail',by_player.name)
|
||||||
Server.interface(Role.unassign,true,player,Role.get(player),by_player.name)
|
Server.interface(Role.unassign,true,player,Role.get(player),by_player.name)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user