Jump to content

mjau

Members
  • Posts

    589
  • Joined

  • Last visited

Everything posted by mjau

  1. Do you mean setting up a server, or do you want someone to make a gamemode for you ? If you want help setting up a server on linux i can do it. add me on skype : kimmis9
  2. mjau

    VPS Help

    Ok, i will order a server when i get my gamemode ready, or atleast the main functions.
  3. mjau

    SQL Problem

    It outputs "No Account Name"
  4. mjau

    SQL Problem

    which means that it didnt get the account ?, but how is that possible, the player is the source...
  5. mjau

    SQL Problem

    ok i got a problem when trying to get a vlue from db, and show it in label. SQL function function getBankMoney(acccountName) local money = executeSQLSelect("players", "bankMoney", "accName = '"..accountName.."'") return money[1]['bankMoney'] end Clientside functions in the script calling export function updateMoney(balance) guiSetText (GUIEditor.label[1], "Current Balance: "..balance) end addEvent("updateMoney", true) addEventHandler("updateMoney", localPlayer, updateMoney) function getMoney() triggerServerEvent ( "getMoney", getLocalPlayer()) end serverside function in the script calling the export function getMoney() local account = getPlayerAccount(source) local accountName = getAccountName(account) money = exports["SQL"]:getBankMoney(accountName) triggerClientEvent ("updateMoney", source, money) end addEvent("getMoney", true) addEventHandler("getMoney", getRootElement(), getMoney) and now the error: [2013-01-19 22:44:32] ERROR: [RLR]\SQL\main_S.lua:33: attempt to concatenate global 'accountName' (a nil value) [2013-01-19 22:44:32] ERROR: call: failed to call 'SQL:getBankMoney' [string "?"]
  6. Might show mine later, currently the cables are all messed up and i havent cleaned the tower in a long time. so it is full of dust and crap. Gonna fix that and take some pics
  7. Hei, kan du vennligst legge inn skript her med [LUA][LUA] tags. Men utifra det debug sier så har du en skrive feil. client.lua:89 attempt to call global `guiCreatWindow` < a nil value > betyr at den prøver og finne en funksjon/variabel som heter guiCreatWindow(Legg merker til at det skal være guiCreateWindow og ikke guiCreatWindow) Men siden ingenting heter guicreatwindow får du error, prøv å endre det til guiCreateWindow."
  8. Ok, im thinking about buying a VPS from domvps, http://domvps.com/ go to this site and scroll down a bit to see the plans. ok the max price i can pay each month is 22 GBP I am thinking about hosting a MTA server, a Teamsepak server and maybe a minecraft server for my friend. which of the plans should i choose ?
  9. mjau

    Map editor problem

    I fixed it, what you said didnt work but you gave me a idea. i activated the tutorial and restarted editor now the buttons are back -Fixed
  10. mjau

    Map editor problem

    Nightly client but server is default
  11. mjau

    Map editor problem

    Really ? noone knows how to fix this dmn shit?
  12. mjau

    Map editor problem

    Yep latest resource running stil it is fucked up
  13. Hello recently i tried the map editor button in mta, when i got in it was just black screen, then i made a new server to run editor on, edior works now i can fly around etc but the butons i can place objects and cars with are gone. all editor resources are running but still the buttons wont show. I can see the buttons on top but not the left bottom corner.
  14. I have to agree with this, everytime i see this mojrm dude i get very frustrated. he is acting like a cunt, stealing scripts and when he cant do something he asks for every single line on forums even tho it's the same thing he got help for in a previous post. Now not only because mojrm but generally this would help mta to get rid of peple that never learn to follow rules.
  15. 2 bad i dont have acess to liquid nitrogen but yeh i will overclock and i just like building things myself...
  16. Yep, but i will build my own watercooling for my next setup because i will have waterblock for cpu and graphics card and cooling fluid wich is lightning when its hit by UV light looks cool
  17. Zalman CNPS9900 MAX http://www.bjorn3d.com/Material/revimag ... 900max.jpg It is a good fan cooler but for my next pc (wich will have overclocked i7) i will build my own watercooling...
  18. Still haven't bought a SSD but processor went from 7.6 to 7.7 after overclock.... it is now 4.7 ghz
  19. mjau

    Save Data?

    It is located in the deathmatch folder
  20. mjau

    Variables

    Just tought i should meantion you can trigger a function which triggers the event with exported functions .....
  21. mjau

    What s Wrong

    number1 = "test" function onChat ( message,type) if message == number1 then outputChatBox("good") end end addEventHandler ( "onPlayerChat", root,onChat) try that
  22. Willing to pay for it ? if so pm me all the functions you want etc and maybe we can make a deal ...
  23. Wong place, we got a tutorials section... Nice tut but instead of writing comments in a string inside the variable you could just do --Comment here behind the variable...
  24. mjau

    I am new

    Some basic lua here
×
×
  • Create New...