Jump to content

Anderl

Members
  • Posts

    2,266
  • Joined

  • Last visited

Everything posted by Anderl

  1. In the resources folder.
  2. And again, shut up rolling11. This is related to scripting, it has nothing to do with Linux unless you setted up MySQL wrong.
  3. It's true, the website is a BIT unprofessional. Also, the machine is using Windows, right? Yes is using Windows 2008, may I ask in what way does it look a bit unprofessional? What do you suggest the best way for me to publish the website for ppl to get on board? You can design a template for the website.. And also make some changes in the logo.
  4. But he should not be so rude.
  5. Shut up, rolling11. Bilguun, you must download the MTA Server: Linux - http://linux.multitheftauto.com/ Windows - It comes with MTASA If you are using Linux you must download base config, resources and so files, put everything in its right folder, open terminal and type: cd SERVER_PATH; nohup ./mta-server &
  6. It's true, the website is a BIT unprofessional. Also, the machine is using Windows, right?
  7. I know am going for that for either my next dedi. Think it should do for that max mta servers I set. Am kind of curious why ive not got many customers though, its cheapest than any ive come across so far Advertising here is not enough. Also, is not everyone who is looking for host.
  8. Anderl

    SAMP Scripts

    As far as I know, AMX only support 0.3a scripts.
  9. Celeron is not that good to host. It's better to get a Core i7 or Xeon.
  10. It won't prevent from anything. You will need to have the resources in the server's resources folder.
  11. Hey I can do you 128 slots for little as $8.96 per month. server would be up and running in matter of mins. http://britishgamehosting.co.uk/panel/order/index.php I PM'ed him and we talked about. He don't need host anymore.
  12. local row = mysql_query(handler, "SELECT * FROM accounts WHERE accname='"..username.."'") if (username ~= row) then -> local row = mysql_query( handler, "SELECT * FROM `accounts` WHERE accname = '"..username.."' " ); if( mysql_num_rows( row ) == 1 ) then if( row[1]['accname'] ~= username ) then
  13. They also say that their support is 24/7 but I'm waiting them to talk to me more than 10 minutes and they did not say anything yet. Support is online, but no one accepts chat.. Is this 24/7 support?
  14. I get the same problem. Aibo told me to use images with size power 2 like 128 x 128, 256 x 256, 512 x 512. Did not try it yet, check it out.
  15. Ele pode usar "dbConnect", "dbQuery" e todas as funções de MySQL com SQLite também, não é necessário usar "executeSQLCreateTable", "executeSQLCreateInsert", ...
  16. That way does not work Jaysds1, the resources must be in the server too.
  17. It still being nil. Use source instead. This works cuz getPlayerTeam(player) => false, player => nil. Your condition is the same of: if( getPlayerTeam( player ) == false ) then
  18. How to open ports? It depends on your modem/router or whatever you have that I don't know. About the server not starting, you must wait some time.
  19. Start the server opening the file: %SERVERFOLDER%/MTA Server.exe and enter with your external IP but don't forget to open the ports first.
  20. If you don't understand LUA site tutorial contents, then better to search something else to do. Anyway, try that one: http://lua-users.org
  21. Color CODE, he didn't say colors, but color CODES.
  22. Don't reply if you don't know. -- For the first question, go to Admin Panel -> Resources tab -> Search for the resource "dxscoreboard" or "scoreboard", whatever the name of the scoreboard is and double click on it and set "Allow color codes in names" to "true". he not want color code. avian960 you can find it by yorself at: https://community.multitheftauto.com/ How can you know? He said that don't want color CODES, not the colors.
  23. Add "acl.xml" and "mtaserver.conf" to: %SERVERFOLDER%/mods/deathmatch folder and put everything else in %SERVERFOLDER/mods/deathmatch/resources/ folder. Don't forget to change the new "acl.xml" and "mtaserver.conf" that you added right now! %SERVERFOLDER% -> Path to your server
  24. Don't reply if you don't know. -- For the first question, go to Admin Panel -> Resources tab -> Search for the resource "dxscoreboard" or "scoreboard", whatever the name of the scoreboard is and double click on it and set "Allow color codes in names" to "true".
×
×
  • Create New...