add features

This commit is contained in:
Mycroft
2021-05-03 22:37:02 +01:00
parent 1f69396992
commit c8c8ffeb4d
3 changed files with 25 additions and 24 deletions
+3 -3
View File
@@ -166,10 +166,10 @@ ESX.RegisterCommand('sv_restart', "admin", function(xPlayer, args, showError)
for _, playerId in ipairs(GetPlayers()) do
DropPlayer(playerId, "Server Restart")
end
print('[^5es_extended^0] ^2[INFO] ^1 Server Restarting, Please Wait :)')
print('[^5es_extended^0] ^2[INFO] ^1 Server Restarting, Please Wait :)')
crash = true
while crash do
end
while crash do
end
end)
end, true)