Jump to content

AJXB

Members
  • Posts

    367
  • Joined

  • Last visited

Everything posted by AJXB

  1. To help players who want to make a good server Thanks To help players who want to make a good server. If that did not help you, can help someone! Who? Who can't use the search box on the community.multitheftauto.com ? Just do something useful, would you?!
  2. This is pretty useless, why? just.. why? I can't believe this, what happened to creativity?..
  3. AJXB

    [REL] IVSE 1.3

    My database file is already in version 1.5
  4. AJXB

    [REL] IVSE 1.3

    Replace it with mine, from 1.5
  5. AJXB

    [REL] IVSE 1.3

    Do you have a .db file in the same folder as this resource? If you do, please upload it.
  6. AJXB

    [REL] IVSE 1.3

    The .db doesn't have to open using SQLite browser, just include it with the resource and run it, use the latest version without changing a thing, start the resource, and I repeat, WITHOUT changing a thing, and do /debugscript 3 and post the error you get
  7. AJXB

    [REL] IVSE 1.3

    Version 1.5 is my personal version, if it didn't work for you, you need Jesus.
  8. AJXB

    [REL] IVSE 1.3

    https://community.multitheftauto.com/index.php?p= ... s&id=10589 Updated. this is my personal build, .db file included.
  9. AJXB

    [REL] IVSE 1.3

    PM me your Team Viewer info mate.
  10. AJXB

    [REL] IVSE 1.3

    as I tried to help you, and you tried to get it working. PM me your Team Viewer info, and I'll fix it for you.
  11. AJXB

    RPG Medieval

    http://cs1.gamemodding.net/posts/2013-0 ... 5a5346.jpg You might want to use this.
  12. We do not give resources here, you posted many threads "requesting" resources, just a heads up.
  13. The text will change once you login.. using /login command Do /debugscript 3 and post the errors here. You can change the server side to: addCommandHandler ("acc", function (p) local account = getPlayerAccount (p) local accountName = getAccountName (account) triggerClientEvent ('handleClient',source,accountName) end ) After you change it, have the GUI opened, and do /acc it should work, if it didn't, post /debugscript 3
  14. http://codepad.org/5j6TjHwY I tried to give you a chance to use your brain cells. Just un-comment the guiSetText.
  15. AJXB

    Get time

    local realTime = getRealTime( ) local date = {(realTime.year)+1900,(realTime.month)+1,realTime.monthday} I added 1900 to the year, because getRealTime () will return 114 I added 1 to the month, simply, month day stays the same. Date[1] is the year Date[2] is the month Date[3] is the day
  16. function handleSetText (accountName) guiSetText (account1,accountName) end addEvent("handleSetGUIText",true) addEventHandler("handleSetGUIText",root,handleSetText )
  17. function onJoin () local account = getPlayerAccount (source) local accountName = getAccountName (account) triggerClientEvent ('handleSetGUIText',source,accountName) end If you can write two lines of code, you can complete this.
  18. Seriously? wow I really didn't notice. (sarcasm) on the server side: getPlayerAccount getAccountName triggerClientEvent Client side: guiSetText
  19. AJXB

    script downloading

    I presume that it's the resources names, you can't put "My Resource" it should be called "My_Resource" or "MyResource" That's what it means by illegal characters. You can't use spaces etc.. try one word
  20. Your IP possibly has changed, try: http://whatismyip.com
  21. I can presume the server is not running, if so, you can use Nmap to detect which OS runs on the machine: http://nmap.org/book/osdetect.html If you find out that it's Linux, you can just upload the linux modules and run your server, should work fine. If you're saying that Nitrado didn't give you what you paid for, or you're not satisfied, I can recommend a solution, feel free to PM me.
×
×
  • Create New...