[MTA] [Gamemode] Owl Gaming v4.3.4.6

Page 3 of 4 FirstFirst 1234 LastLast
Results 51 to 75 of 79
  1. #51
    Newbie hydrovski is offline
    MemberRank
    Jun 2016 Join Date
    4Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    Hi ! I have a problem, can't create interior : [2016-06-12 17:00:07] ERROR: interior-system\s_interior_admin.lua:944: attempt to index local 'interiors' (a nil value)[2016-06-12 17:00:11] ERROR: interior-system\s_interior_admin.lua:944: attempt to index local 'interiors' (a nil value)

  2. #52
    Newbie ahnafhf21 is offline
    MemberRank
    Nov 2015 Join Date
    JakartaLocation
    6Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    what operating system you used? .. if u used linux , owl only support debian/ubuntu

  3. #53
    Newbie hydrovski is offline
    MemberRank
    Jun 2016 Join Date
    4Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    Im using windows server , are you sure ?

  4. #54
    Newbie ahnafhf21 is offline
    MemberRank
    Nov 2015 Join Date
    JakartaLocation
    6Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    Quote Originally Posted by hydrovski View Post
    Im using windows server , are you sure ?
    hmm.. can you show debug in your console ?

  5. #55
    Newbie hydrovski is offline
    MemberRank
    Jun 2016 Join Date
    4Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    Quote Originally Posted by ahnafhf21 View Post
    hmm.. can you show debug in your console ?
    How to do this please ?

  6. #56
    Newbie sensei2015 is offline
    MemberRank
    Apr 2015 Join Date
    13Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    Quote Originally Posted by hydrovski View Post
    How to do this please ?
    F8 and do /debugscript 3

  7. #57
    Newbie hydrovski is offline
    MemberRank
    Jun 2016 Join Date
    4Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6


  8. #58
    Sorcerer Supreme Symbolic. is offline
    Member +Rank
    Jan 2010 Join Date
    286Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    Quote Originally Posted by hydrovski View Post
    Hi ! I have a problem, can't create interior : [2016-06-12 17:00:07] ERROR: interior-system\s_interior_admin.lua:944: attempt to index local 'interiors' (a nil value)[2016-06-12 17:00:11] ERROR: interior-system\s_interior_admin.lua:944: attempt to index local 'interiors' (a nil value)
    Most likely something to do with the interiors database, either it not existing or a column named interiors not existing. It literally tells you.

  9. #59
    Newbie YourBoyRice is offline
    MemberRank
    Jun 2016 Join Date
    2Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    Is there anyone that can help me set this up? I have SQL and all I just need help setting it up.

  10. #60
    Newbie TrueLife is offline
    MemberRank
    Jul 2016 Join Date
    1Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    hey everyone I have been working on setting up a server using this gamemode. Im running into a few issues that I am not to sure about. the first issue I would like to work through would be the advertisements system. I have the server up and running, registration is okay, character saves are okay so i know the sql is working. but i think its missing a table or something. here is the code its referring to

    -------------------------------------------------------------------------------------------
    -------------------------------------------------------------------------------------------
    function openAdvertisements( player, command )
    local advertisements = { } --These will hold our advertisements to send to the client and populate our advertisement tables.


    if not player then player = source end


    --Fetch all of the advertisements from the database
    for _, ad in ipairs( exports.mysql:select('advertisements') ) do
    if tonumber( ad.expiry ) >= tonumber( getRealTime().timestamp ) then --Check if the advertisement has expired, delete it if so.
    ad.author = exports.mysql:select_one( "characters", { id = ad.created_by } ).charactername
    table.insert( advertisements, ad )
    else
    deleteAdvertisement( ad.id )
    end
    end


    triggerClientEvent( player, resourceName .. ":display_all", root, advertisements, exports.integration:isPlayerAdmin( player ) ) --Send the advertisements to the client to create the GUI.
    end
    addCommandHandler( "advertisements", openAdvertisements, false, false )
    addCommandHandler( "ads", openAdvertisements, false, false )
    -------------------------------------------------------------------------------------------
    -------------------------------------------------------------------------------------------

    the error message i am getting is
    [2016-07-05 20:36:03] ERROR: advertisements\advertisements.lua:117: call: failed to call 'mysql:select' [string "?"]
    [2016-07-05 20:36:03] ERROR: advertisements\advertisements.lua:117: bad argument #1 to 'ipairs' (table expected, got boolean)

    Im usually always on and also have skype if you wouldn't mind helping me or maybe your working on one too and might want to work together. My server will be hosted west coast California area and english based place for strong RP and honest nice players from across the globe. I have a few people helping currently but none of us know how to script we just know how to kind of read it and edit.

  11. #61
    Newbie Zymic is offline
    MemberRank
    May 2014 Join Date
    United StatesLocation
    6Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    I'm needing some help, I get this error when I try joining.


  12. #62
    Sorcerer Supreme Symbolic. is offline
    Member +Rank
    Jan 2010 Join Date
    286Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    Quote Originally Posted by Zymic View Post
    I'm needing some help, I get this error when I try joining.

    Seems you triggered the anti-cheat (or at least looks like it). Have anything added to your GTA?

  13. #63
    Newbie Zymic is offline
    MemberRank
    May 2014 Join Date
    United StatesLocation
    6Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    Nope. Just downloaded the script and setup everything and got the error when connecting.

  14. #64
    Sorcerer Supreme Symbolic. is offline
    Member +Rank
    Jan 2010 Join Date
    286Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    Quote Originally Posted by Zymic View Post
    Nope. Just downloaded the script and setup everything and got the error when connecting.
    Well, get TextCrawler and look for that error throughout the script as it has to be defined somewhere. Then once you figure out what it is, you may be able to fix it. Use some common sense man.

  15. #65
    Newbie Zymic is offline
    MemberRank
    May 2014 Join Date
    United StatesLocation
    6Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    Quote Originally Posted by Symbolic. View Post
    Well, get TextCrawler and look for that error throughout the script as it has to be defined somewhere. Then once you figure out what it is, you may be able to fix it. Use some common sense man.
    I fixed my issue. But every time I try and add myself to a faction it says "Invalid Faction ID".
    Last edited by Zymic; 23-07-16 at 07:58 AM.

  16. #66
    Sorcerer Supreme Symbolic. is offline
    Member +Rank
    Jan 2010 Join Date
    286Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    Quote Originally Posted by Zymic View Post
    I fixed my issue. But every time I try and add myself to a faction it says "Invalid Faction ID".
    Check the table factions in the database, if it's empty - well, there's your answer. Most of this is self explanatory.

  17. #67
    Member kazap196 is offline
    MemberRank
    Aug 2011 Join Date
    29Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    I have reupload this files :)

    OWL.part1.rar - Upload Files
    File: OWL.part1.rar
    Size: 65.00 MB


    OWL.part2.rar - Upload Files
    File: OWL.part2.rar
    Size: 47.52 MB
    Last edited by kazap196; 29-12-16 at 10:56 PM.

  18. #68
    Newbie enzopaul4 is offline
    MemberRank
    Jan 2017 Join Date
    1Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    Hello , i have a problem , i was uploading the resources and i enter on the server it doesn't appear the login panel but all still working in localhost.. I think I wasn't make the work good.. any help please?

  19. #69
    Newbie Tibianu is offline
    MemberRank
    Aug 2017 Join Date
    16Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    Hello. can someone help me whits some Owlgaming problems.advertisments doesen't work.And done :3 for a moment.Pls someone help me !!!!
    Last edited by Tibianu; 24-08-17 at 08:54 PM. Reason: i resolve the old problem :D

  20. #70
    Newbie Tibianu is offline
    MemberRank
    Aug 2017 Join Date
    16Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    enzopaul4 all server .dll must have the same script but to by .so

  21. #71
    Newbie 3311adrian is offline
    MemberRank
    Dec 2017 Join Date
    1Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    I have this mode on my server, but somebody is still hacking me.. Everytime if he did it, everybody have 999,999$, players are jailed and called "I HAVE GOT SCRIPTS" etc. There must be backdoors, but i dont know where.. Could somebody help me with it?

  22. #72
    Newbie Tibianu is offline
    MemberRank
    Aug 2017 Join Date
    16Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    3311adrian i wana know ur server
    and look at ur database.

  23. #73
    Newbie mrSimple01 is offline
    MemberRank
    Feb 2016 Join Date
    13Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    The only backdoor that I know of could be wrong permission set on ACL.xml. Because if they login with some of that user in MTA they'll have Admin access to your server.

  24. #74
    Newbie HDMI is offline
    MemberRank
    Jul 2018 Join Date
    1Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    Hi i am new to mta scripting can you tell me what i need to edit in mysql to run a local server?

  25. #75
    Newbie kaiserdna is offline
    MemberRank
    Jun 2016 Join Date
    1Posts

    Re: [MTA] [Gamemode] Owl Gaming v4.3.4.6

    Quote Originally Posted by kazap196 View Post
    I have reupload this files :)

    OWL.part1.rar - Upload Files
    File: OWL.part1.rar
    Size: 65.00 MB


    OWL.part2.rar - Upload Files
    File: OWL.part2.rar
    Size: 47.52 MB
    Pls reuppen pls



Page 3 of 4 FirstFirst 1234 LastLast

Advertisement