xTravax Posted September 22, 2012 Share 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 Link to comment
0 Jaysds1 Posted September 22, 2012 Share 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. Link to comment
0 xTravax Posted September 22, 2012 Author Share 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? Link to comment
0 Jaysds1 Posted September 22, 2012 Share Posted September 22, 2012 Is it possible that you have 2 servers running? Link to comment
0 xTravax Posted September 22, 2012 Author Share Posted September 22, 2012 nope i'm not that stupid.. Link to comment
0 xTravax Posted September 22, 2012 Author Share 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 Link to comment
0 Castillo Posted September 22, 2012 Share Posted September 22, 2012 Maybe these ports are being used by another program? Link to comment
0 xTravax Posted September 22, 2012 Author Share 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.. Link to comment
0 Jaysds1 Posted September 22, 2012 Share Posted September 22, 2012 can you post the url for the scripts please Link to comment
0 xTravax Posted September 23, 2012 Author Share 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 Link to comment
0 xTravax Posted September 23, 2012 Author Share 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 ) Link to comment
0 Jaysds1 Posted September 23, 2012 Share 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? Link to comment
0 xTravax Posted September 23, 2012 Author Share 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?? Link to comment
0 Jaysds1 Posted September 23, 2012 Share Posted September 23, 2012 I think this is a bug... Are you by any chance using a nightly? Link to comment
0 xTravax Posted September 24, 2012 Author Share Posted September 24, 2012 yes i'm using a nightly Link to comment
0 Jaysds1 Posted September 24, 2012 Share Posted September 24, 2012 Most likely, it's a bug from a recent update. Link to comment
0 xTravax Posted September 24, 2012 Author Share 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 -__- Link to comment
0 TAPL Posted September 24, 2012 Share Posted September 24, 2012 Change the port from 22003 to any other port and see if this fix the problem or not. Link to comment
0 xTravax Posted September 25, 2012 Author Share Posted September 25, 2012 doesn't work Link to comment
0 Jaysds1 Posted September 25, 2012 Share Posted September 25, 2012 try downloading another MTA server to a different folder Link to comment
0 xTravax Posted September 25, 2012 Author Share 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....... Link to comment
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
Link to comment
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