mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
@@ -0,0 +1,8 @@
|
|||||||
|
const translate = new Object();
|
||||||
|
|
||||||
|
translate.name = "Nombre";
|
||||||
|
translate.job = "Trabajo";
|
||||||
|
translate.bank = "Banco";
|
||||||
|
translate.money = "Dinero";
|
||||||
|
translate.gender = "Género";
|
||||||
|
translate.dob = "Fecha de nacimiento";
|
||||||
@@ -1125,7 +1125,7 @@ end)
|
|||||||
CreateThread(function()
|
CreateThread(function()
|
||||||
while true do
|
while true do
|
||||||
Wait(60000 * Config.SaveInterval)
|
Wait(60000 * Config.SaveInterval)
|
||||||
PropertySave(TranslateCap("interval_save"))
|
PropertySave(TranslateCap("interval_saving"))
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user