xTravax Posted September 22, 2012 Posted September 22, 2012 Could not found Interface ' ' for port "22003" closing mysql stopping resources press q to shutdown the server idk what caused that bug it just came,i uninstalled all in mta and still work LOL idk why it doesnt work help me please
0 Jaysds1 Posted September 22, 2012 Posted September 22, 2012 If you have your ip address in the mtaserver.conf file, please remove it... I get those errors if I put in an External IP, so, I just leave it blank since I have a router.
0 xTravax Posted September 22, 2012 Author Posted September 22, 2012 man i never write ip in there because it doesnt work and i never putted and thats not the problem.. idk what to do what can else be?
0 Jaysds1 Posted September 22, 2012 Posted September 22, 2012 Is it possible that you have 2 servers running?
0 xTravax Posted September 22, 2012 Author Posted September 22, 2012 and also look this bind(...)failed:Error code- 10048 O[17:10:51] ERROR: COULD not bind the server on interface ' ' and port '22003'! i also tried to change port to 22005 but same problem
0 Castillo Posted September 22, 2012 Posted September 22, 2012 Maybe these ports are being used by another program?
0 xTravax Posted September 22, 2012 Author Posted September 22, 2012 well let me say what i did last when it worked i was pressing random page on wiki and copied scripts and maked script.lua and meta.xml for them and one of them was download progress on chat but i put it in and then server started and i wrote start progressbar and it started and my server crashed and so i started again and it didnt work like my message above and i delete all these 4 scripts and still didn't work idk how to fix it..
0 Jaysds1 Posted September 22, 2012 Posted September 22, 2012 can you post the url for the scripts please
0 xTravax Posted September 23, 2012 Author Posted September 23, 2012 can't find but here's script lua Progress Bar -- If the progressbar exsist then if ( somebar ) then -- set the progress guiProgressBarSetProgress(somebar, 80) -- get the progress progress = guiProgressBarGetProgress(somebar) -- output to the chatbox outputChatBox ( "Current progress:" .. progress .. "%" ) else --if the progressbar was not found outputChatBox ("progressbar not found!") -- output a message end vehiclename function showVehicleName ( thePlayer ) local theVehicle = getPedOccupiedVehicle ( thePlayer ) if theVehicle then outputChatBox ( "Name of the Vehicle: " .. getVehicleName ( theVehicle ), thePlayer ) else outputChatBox ( "You do not have a Vehicle!", thePlayer, 255, 0, 0, true ) end end addCommandHandler ( "getcarname", showVehicleName ) moneysave function onPlayerQuit ( ) -- when a player leaves, store his current money amount in his account data local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) then local playermoney = getPlayerMoney ( source ) setAccountData ( playeraccount, "piraterpg.money", playermoney ) end end function onPlayerJoin ( ) -- when a player joins, retrieve his money amount from his account data and set it local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) then local playermoney = getAccountData ( playeraccount, "piraterpg.money" ) -- make sure there was actually a value saved under this key (check if playermoney is not false). -- this will for example not be the case when a player plays the gametype for the first time if ( playermoney ) then setPlayerMoney ( source, playermoney ) end end end addEventHandler ( "onPlayerQuit", getRootElement ( ), onPlayerQuit ) addEventHandler ( "onPlayerJoin", getRootElement ( ), onPlayerJoin ) and i dont remember 4th one
0 xTravax Posted September 23, 2012 Author Posted September 23, 2012 also i here's 4th one DRIVEBY function setDoingDriveby ( ) -- we check if local player isn't currently doing a gang driveby if not isPedDoingGangDriveby ( getLocalPlayer () ) then -- if he got driveby mode off, turn it on setPedWeaponSlot ( getLocalPlayer (), 4 ) setPedDoingGangDriveby ( getLocalPlayer (), true ) else -- otherwise, turn it off setPedWeaponSlot ( getLocalPlayer (), 0 ) setPedDoingGangDriveby ( getLocalPlayer (), false ) end end addCommandHandler ( "driveby", setDoingDriveby )
0 Jaysds1 Posted September 23, 2012 Posted September 23, 2012 None of these should have an impact on your server... Did you try restarting your computer? Did you try downloading MTA again?
0 xTravax Posted September 23, 2012 Author Posted September 23, 2012 well i reinstalled mta yesterday and today at morning server worked normally but when i put in some file in resources folder like amt example or any other resource server crashes again i can play by restarting PC but i can't put files in how can i fix that??
0 Jaysds1 Posted September 23, 2012 Posted September 23, 2012 I think this is a bug... Are you by any chance using a nightly?
0 Jaysds1 Posted September 24, 2012 Posted September 24, 2012 Most likely, it's a bug from a recent update.
0 xTravax Posted September 24, 2012 Author Posted September 24, 2012 on 1.3 also dont work on 1.2 dont work on 1.1 dont work on 1.0 dont work -__-
0 TAPL Posted September 24, 2012 Posted September 24, 2012 Change the port from 22003 to any other port and see if this fix the problem or not.
0 Jaysds1 Posted September 25, 2012 Posted September 25, 2012 try downloading another MTA server to a different folder
0 xTravax Posted September 25, 2012 Author Posted September 25, 2012 also dont work and editor always got bad argument nil 1 some thing and it just doesn't work lol first time i ever saw this.......
Question
xTravax
Could not found Interface ' ' for port "22003"
closing mysql stopping resources press q to shutdown the server
idk what caused that bug it just came,i uninstalled all in mta and still work LOL idk why it doesnt work
help me please
20 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now