Jump to content

Lloyd Logan

Members
  • Posts

    642
  • Joined

  • Last visited

Posts posted by Lloyd Logan

  1. Hi there!

    Want to see how your server would fair against others but you don't want to $pay$ for it? This is the solution!

    Okay, so I have a laptop that isn't used, it's a business HP so it's quite the thing. I was thinking, why not make use of it, eh? So, here's the deal!

    A free trial server

    4/5 days (weekdays) odd weekend of server DEMO time!

    mySQL (if wanted) (set up aswell)

    A set up of your server!

    24/5

    You must have your scripts ready! I am a scripter and will be glad to help you with any problems you may face!

    The server and mySQL will be set up for you, if you have any questions feel free to either PM me on the forums or email me at [email protected]

    EDIT** YOU WILL HAVE 1024 SLOTS AVAILABLE! YOU CAN CHOOSE THIS YOURSELF!

    Thank you!

    LOGAN TRIAL HOSTING

  2. Pekio, could you translate what the error box says into english for me?

    The instruction to "0x77bf22b2" ask for memory address "0x00000024" The memory could not be "written"

    Oh :? I couldn't help you there!

  3. function teams () 
        teams = createTeam ("Test", 0, 255, 0) 
    end 
    addEventHandler ("onResourceStart", resourceRoot, teams) 
      
    

    I want to make this: If the player hauls the test tag (for example test|LabiVila), that player should automatically move to the Test team.

    Any help would be appreciated so much, thank you further.

    The main ones

    triggerEvent 
    setPlayerTeam 
    

  4. Hi there!

    Want to see how your server would fair against others but you don't want to $pay$ for it? This is the solution!

    Okay, so I have a laptop that isn't used, it's a business HP so it's quite the thing. I was thinking, why not make use of it, eh? So, here's the deal!

    A free trial server

    4/5 days (weekdays) odd weekend of server DEMO time!

    mySQL (if wanted) (set up aswell)

    A set up of your server!

    24/5

    You must have your scripts ready! I am a scripter and will be glad to help you with any problems you may face!

    The server and mySQL will be set up for you, if you have any questions feel free to either PM me on the forums or email me at [email protected]

    EDIT** YOU WILL HAVE 1024 SLOTS AVAILABLE! YOU CAN CHOOSE THIS YOURSELF!

    Thank you!

    LOGAN TRIAL HOSTING

  5. Hey there,

    I used to be a 24/7 Skype caller, always on with my friends etc. But as I always watch the youtube gamers etc, they always have a great time and a good laugh.

    So I have decided to take it upon myself to look for new friends! We can; Play MTA, other online games, talk or even (EVEN :D) make videos? Aha, i'm such a nice guy, I think.

    So how about it? What kind of people I am looking for...

    Fluent in speaking english!

    Born/raised.... Scottish, Irish, English, American or Australia and maybe some others!

    Funny and a good sense of humour and finally,

    on skype alot!

    So, if you feel like amusing or being amused, please, please add me on skype

    lloydlogan11

    Thank you, have a great day! <-- I don't really mean that!

  6. How do i disable time,weather and etc on F1 on my server?

    You can either change the gamemode by entering in the console (for example), start race

    start tdm

    And all that, or you can simply edit the script so you can't change the server settings!

  7. People were often complaining about long time taken for downloading resources on my server so will my resources work if i compress them into .zip or .rar files? will the downloading be faster then?

    You can compress the files to make the download smaller.

  8. I need some resources .. and contract, paid via PayPal

    Add me on my skype: Brunelhos

    Hi there, I do not have time to add you today, but feel free to add me whenever!

    skype: lloydlogan

  9. This script got a lot of ERRORS..Also i'm wanted to add a Sound when i Level up.. :)
        exports.scoreboard:scoreboardAddColumn("ExP") 
        exports.scoreboard:scoreboardAddColumn("Level") 
        local levels = {[1] = 1, [50] = 2, [75] = 3, [240] = 4, [950] = 5, [1200] = 6, [2000] = 7, [5000] = 8, [9963] = 9, [20000] = 10, [100000] = 11} 
          
        function win(ammo, killer, weapon, bodypart) 
            if (killer and killer ~= source) then 
                local H = getElementData(killer, "ExP") 
                local S = getElementData(killer, "Level") 
                local killer1 = getPlayerName(killer) 
                local noob = getPlayerName(source) 
                setElementData(killer, "ExP", tonumber(H)+75) 
                if levels[tonumber(H)] then 
                    setElementData(killer, "Level", "Lvl ".. tostring(levels[tonumber(H)]) .." !") 
                    triggerClientEvent ( killer, "playSound", killer ) 
                end 
            end 
        end 
        addEventHandler( "onZombieWasted", getRootElement(), win) 
          
        function onLogin (_,account) 
            setElementData(source, "Level", getAccountData(account, "lvl") or "Level 0 ") 
            setElementData(source, "ExP", getAccountData(account, "exp") or "0") 
        end 
        addEventHandler ("onPlayerLogin", root, onLogin) 
          
        function saveData(thePlayer, theAccount) 
            if (theAccount and not isGuestAccount(theAccount)) then 
                setAccountData (theAccount, "lvl", getElementData(thePlayer, "Level")) 
                setAccountData (theAccount, "exp", getElementData(thePlayer, "ExP")) 
            end 
        end 
          
        addEventHandler ("onPlayerQuit", root, function () saveData(source, getPlayerAccount(source)) end) 
        addEventHandler ("onPlayerLogout", root, function (prev) saveData(source, prev) end) 
    

    This script's not working..i get a lot of problems when i start it..but the cmd tells me Works..and i see the Scoreboard..but i cant Level up or EXP up...Nothing to do..Please help :)...and i want to add a sound when i get Level up.. :)

    Before I start to look through your script could you tell me the errors the console is outputting to you?

×
×
  • Create New...