-
Posts
681 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Zango
-
no there isn't, executable executed as daemon doesn't provide any controlling terminal
-
Locate and open mtaserver.conf Here comes your job: skim over the parameters and find one you think looks right - and test it there is an option to disable the checking for client data files (or settings) on your server
-
setDebugMode (int mode) would be useful for this or in association with existing isDebugViewActive maybe setDebugView (int mode) I do not see any way to do this atm, executeCommandHandler indeed doesn't work on native commands and 'aexec' (which does the job) doesn't exist in function form
-
aptitude install screen screen -S mta cd /path/to/mtaserver ./mta-server now it will boot MTA server inside session 'mta' which you can resume by doing the following: screen -R mta
-
there is no dedicated function to do such jobs - instead, temporarily replace the grass texture (although I reckon grass is by default on hills etc) with nothing.
-
by default, if you're on Debian at least, you need to set permissions for server executable(s) to be executed for owner. simply chmod -R 740 /path/to/mtaserver and try again. If this doesn't work, you can either publicise your root details on an Internet forum and believe in human or PM me, if you want to.
-
you must code 'manual relative' as I call it get GUI size, and set some absolute amount of pixels from it. example: local x, y = guiGetScreenSize () windowX, windowY = (x / 2) - (windowWidth / 2), (y / 2) - (windowHeight / 2) will center a window. You should code a GUI absolutely and then move the window. The stuff will stay because it is child of window, and so it will look alike and can be placed alike on all resolutions. edit: parentheses fail
-
function loginTerror (source) is wrong, you do not need to manually pass source as parameter as it is a hidden variable. You set source to local player correctly in client code, so use function loginTerror ()
-
Download a FTP client like FZilla Open hosts window, and add new site. Hostname/IP: your-server-ip Port: 21 logontype: normal username: username you provided at TCAdmin field on signup password: password you provided at TCAdmin field on signup hit connect and you can drag & drop files alternatively, browse to your server's IP in your browser and login using your TCAdmin login details. Hit 'file manager' edit: Please, I do not wanna be a part of your clan btw
-
lol, did you explain that your problem was related to file uploading using their featured file uploader and it returns a server error? Try another browser, and see if it works. This error is related to serverFFS, I'm not sure how much luck you'll have getting something through the support but you can try again.
-
It is still possible to change your serial by another mean working in 1.0.4 I will not post here, but I'm pretty sure works.
-
for /fly add this code into a clientside lua file addCommandHandler ("fly", function () if not flyEnabled then setWorldSpecialPropertyEnabled ( "aircars", true ) flyEnabled = true else setWorldSpecialPropertyEnabled ( "aircars", false ) flyEnabled = false end end )
-
My installation of Notepad ++ does this automatically, as in it doesn't popup with an error but the lines on the left indicating a function, loop or if statement continue after code if an 'end' is missing. Same with parenthesis But nice job though
-
Hell yes, voted! Hope you'll reach the top or atleast be close
-
It doesn't work like that, it has to be the IP the server is on. However, there is a workaround: Downgrade your serverFFS server to 2 slots, and redirect all connecting players to your new one. This way, you'll have the old IP still working while paying only 69 pence to serverFFS
-
No sorry What you should do: Acquire the new server at gta-multi, while leaving the old one running for a month. Redirect players from your old one to your new one, as soon as you enter and change the old servername to include 'NEW IP XX.XX.XX' or something similar
-
[Contest] GamerLocus.com - Win a free domain + Web Hosting +
Zango replied to GamerLocus's topic in Hosting solutions
Seeing 'Non-oversold Servers' had a from column 'MTA' I gave your services a try I happen to have an average of 90 ping, sadly. I saw your server was located in the UK, and I'm in Denmark, which is ~ 906km distance, something I generally wouldn't expect a 90ms ping from. My buddy from Amsterdam tried (357km distance) and he had an average of 60 - 75ms ping. This is my experience so far though, could've been something like a major bug in 1.0.4 2033. Interesting, non-propaganda contest you're running, however Volt-Host only sells SAMP servers, apparently. Trick question? -
Well I meant if he choose to host a clone of 'resources' instead of resource-cache/http-client-files (no reason for as Kayl said), it would be the only second case where you would want to compile serverside files.
-
See 1.1 progress at roadmap My personal estimate of arrival 1.1 is March/April 2011
-
There is no reason to compile serverside scripts unless people you do not trust has access to your server resources, or you're using an external webserver.
-
This looks very interesting, good work man
-
Oh damn, my bad misread it
-
vehicles is 1000, peds are 100
-
Yeah seem's like they're having some trouble. In a few hours, if you're lucky you can spot 32 slot servers with an average of 70 players
-
I reckon Game Monitor 500 error is fail to add new IP, try and add it manually. A note though, you should wait 20 hours before judging anything reliable of it