Jump to content

AJXB

Members
  • Posts

    367
  • Joined

  • Last visited

Everything posted by AJXB

  1. And what's special about this? why is it not the same of what I can find on community.multitheftauto.com ? eh? Please, sell something that's worth it, I wouldn't take these for free.
  2. Please post your entire used script, as we need to know more than your function, how are the markers made?
  3. This is illegal, retarded, and pathetic. 1. Make resources using your own ideas. 2. Don't use FFS in your topic header, if this is not FFS's stolen script, then don't. 3. Yes, this is illegal in some countries, however, good luck proving it. 4. Use your skills in something more useful, not copying other people's designs and ideas.
  4. Since when did someone's post count on a forum reflect their ability to accomplish something? So if I registered on another forum about Lua scripting - all my current knowledge would magically be gone? Oh gosh, no, but MTA doesn't use plain Lua, you might wanna know a bit more about it, anyway, as mentioned, gl
  5. AJXB

    [WIP] LIFE

    This is set on hold, I've been inactive, now I'm back, working on another project, once that's done, I'll continue working on this, and it will be open-source.
  6. You have 5 posts on this forum, do you think that you have enough knowledge to finish this? I doubt it. Anyway, good luck, pretty useful.
  7. AJXB

    [HELP]IVSE

    I'm the author, and I already explained this before Please read here: https://community.multitheftauto.com/in ... s&id=10589
  8. AJXB

    Problem Client Crashing

    Works like a charm, thanks mate.
  9. AJXB

    [WIP] LIFE

    As soon as I'm done with it, no date is set yet.
  10. Nice job, well organized, keep it up.
  11. Here's the log: (https://pastebin.mtasa.com/323735326) Thanks
  12. AJXB

    [WIP] LIFE

    Well as many of you guys have "personal" trust issues, clearly, you don't even have to use it, don't whine about it then. The resource is not a necessity, obviously, give a thumbs up, your opinions, nothing more, you're appreciated anyway. Now to answer a real useful reply here: Nothing, that's the best part. Thanks for all supporters.
  13. AJXB

    [WIP] LIFE

    How many emails do you have? haha some people would like more than one.
  14. AJXB

    [WIP] LIFE

    LITE . INTEGRATED . FRIENDLY . EMAIL Ever wanted to contact another player in a whole different server while playing in your favorite one? You sure can! I've started working on a mailing server and client completely made in Lua that will make everyone's experience in while playing MTA:SA a lot enjoyable. It's fully manageable using a friendly Graphical User Interface. This resource will be published on MTA Communtiy for everyone to use. How can I know that this is safe? That's a good questions, let's talk about security, the database where all the data will be stored will be hosted on GoDaddy Servers, you don't have to worry about security or lag. (This can be supervised by any MTA Team members). The code will be reviewed by MTA Team before it's uploaded to MTA Community. All data connection strings will be encrypted using MTA Luac. All passwords will be encrypted, However, do not use a password related to any of your other accounts. Features in V 0.1: - Load Emails: You can load all emails sent to you using your friendly GUI. - Send Emails: You can send emails to any player in MTA World while he's offline or online, as long as he's registered! - Login: You can login to your email account to be able to use the interface. - Register: Every player will choose their own Email (account name) as long as it's still available. Features in V 0.2: - Delete Emails: You can delete emails that you don't want in your inbox. - Better user interface: Will be using some cool stuff. - Quick Reply: a quick reply button will be added. - Contacts: You'll be able to save contacts for quick access. More features to come. What can I do now? Nothing really, just sit tight. Release Date: Not Set Yet.
  15. AJXB

    [REL] IVSE 1.3

    1. Did you insert the structure? 2. Did you do exactly what I do in the above statements? Please post a screenshot of the error you're getting.
  16. AJXB

    MTA Not Starting

    Not anymore. Basically it was a driver problem, I installed the following software. https://downloadcenter.intel.com/downlo ... 8-1-64-bit https://downloadcenter.intel.com/downlo ... 563621.exe http://us.download.nvidia.com/Windows/3 ... l-whql.exe Thanks to ixjf.
  17. AJXB

    MTA Not Starting

    Here's the log file, when I run it, black screen then terminate, no errors http://pastebin.mtasa.com/730965442
  18. Thank you for reading this thread. Some information about the project: - I need three programmers, PHP, JavaScript, and C++. - The project will be classified, I won't pay that much for a public idea. - This project is really unique, and there aren't that many outthere. - This is a Steam related project. - Yes, you will make money. - Yes, you will get a % of the profits. - Payments will be upon delivery, however I will provide and webhost, domains, SSL we need. - "Don't start what you can't finish" - I don't fool around. - Don't waste my time, you won't earn a penny until I see some progress. - I don't have to make a nice fancy topic, you want it? let's do it - I'm friendly. Send me a personal message for more information.
  19. AJXB

    [REL] IVSE 1.3

    That's what I said, no such table error, you can fix it, or you can use MySQL
  20. AJXB

    [REL] IVSE 1.3

    1. Ever heard of /debugscript 3? 2. This problem happens when your database doesn't have a table called "vehicleMarkers", it's a known issue, however you can create that table.
  21. Calm your tits, you're using sarcasm to express your "issues", and I'm not here to make jokes, unlike you, apparently. Here's the deal, there are many ways to make a good, working resource, choose yours, I'll choose mine, don't get me wrong, I respect and value your opinion, but not the way you're presenting it. I believe that the code I submitted works well, yet I do believe the method is wrong. if you think otherwise, propose another way, we'll respect it, but don't make jokes, or act "funny", I don't have time for that.
  22. Client side for whitelist, seriously? Lol you're old mate, really old, now are people still scared of client side files? haha, cute.
  23. -- Client Side allowedSerials = { {"MYSERIAL"} -- Myself } function check () local SV = getPlayerSerial (localPlayer) if SV then for i,v in ipairs (allowedSerials) do -- loop the table if v == SV then -- if we got a match outputChatBox ('Welcome to ') else -- triggerServerEvent ('redirectNotAllowedPlayer',localPlayer) -- because redirectPlayer is serverside only end end end end addEventHandler ('onClientResourceStart',getResourceRootElement (getThisResource()),check) -- onClientResourceStart will do
  24. if you mean "can a user upload a photo to a website?" then I presume yes, PHP
×
×
  • Create New...