delete all files in your server and download this resoursec
http://linux.multitheftauto.com/dl/111/multithef ... 1.1.tar.gz
Same Problem
يعطيك العافيه بس نفس المشكله ،، مانفع جربت هذا الحل اكثر من 3 مرات
[09:08:07] ERROR: [09:08:07] ERROR: near "3": syntax error
[09:08:07] ERROR: Errors were encountered loading 'internal.db' database
[09:08:07] ERROR: Maybe now is the perfect time to panic.
[09:08:07] ERROR: See - [url=https://wiki.multitheftauto.com/wiki/fixdb]https://wiki.multitheftauto.com/wiki/fixdb[/url]
[09:08:07] ERROR: ************************
[09:08:07] File 'settings.xml' not present, creating new node.
[09:08:08] Resources: 186 loaded, 0 failed
[09:08:08] ERROR: [09:08:08] ERROR: near "3": syntax error
[09:08:08] ERROR: Errors were encountered loading 'registry.db' database
[09:08:08] ERROR: Maybe now is the perfect time to panic.
[09:08:08] ERROR: See - [url=https://wiki.multitheftauto.com/wiki/fixdb]https://wiki.multitheftauto.com/wiki/fixdb[/url]
[09:08:08] ERROR: ************************
[09:08:08] Querying game-monitor.com master server... unavailable!
[09:08:08] Querying backup master server... success!
[09:08:09] Starting resources...
[09:08:09] INFO: Admin added 402 missing rights
[09:08:09] Server started and is ready to accept connections!
[09:08:09] Type 'help' for a list of commands.
The bad steps Done:
1. check https://wiki.multitheftauto.com/wiki/fixdb (bad)
2. reinstall linux.multitheftauto.com (bad)
How to solve my problem ???
السسلآم عليكم ورحمة الله وبركاته
تم أفتتاح سيرفرات eSports للعبة gta:sa تحديداً MTA
سيرفر BaseMode Ranking :
mtasa://212.118.136.9:22004
سيرفر Hajwalah And Falah :
mtasa://212.118.136.9:22003
سيرفر التحديات ClanWars :
mtasa://212.118.136.9:22006
ملاحظه هامه : هناك بعض السيرفرات تستخدم أسم eSports وهي ليست تآبعه لنا وآلسيرفرات التابعه لنا المذكوره اعلاه
أقتراحاتكم للسيرفر الرابع )
Hi
I want to script to change the team, provided that does not have the health less than 50
tests
function dramex()
if (getElementHealth(getLocalPlayer()) == -30) then
outputChatBox ( " Erorr " )
else
local team =getTeamFromName("Spectator")
setPlayerTeam(player, team)
end
end
addCommandHandler ( "spec", dramex)