Jump to content

AJXB

Members
  • Posts

    367
  • Joined

  • Last visited

Everything posted by AJXB

  1. AJXB

    CFenix Community

    A review of my visit to CFenix community, it'll be a little story. Most of you know it as a retarded community.. I noticed that they have 100 players, approx, so I joined, wondered around the server, met people, the thing is the server was Spanish, I did find some English speaking people to talk to. Everything was nice, yet many stolen ideas.. obviously. Anyhow, I'm a really old player, before it even went Spanish. So I called on the owner, Sensacion.. if you can possibly call him an owner, or even a person. I said, I'm a Lua programmer, and I want to develop here , you don't have any forums for me to apply, I can give you examples. So he made me talk to another staff member, a moderator, gave him examples, and I saw Sensacion again.. He asked me: "Do you have scripts from CIT Server?" I was like 0.0 did you just ask me that? dafq is wrong with people.. So I changed my PC date, made some empty folders, and sent him a screenshot (Wanted to see what did he really mean) .. he literally was like *.* He said: "Send them all", "Why would I send anything? I just wanted to help developing here" I said, he replied "Fine, make a firefighter job".. Now really.. why would I do it? he added "If you don't send, goodbye, I don't need you".. what kind of pathetic humans beings is this? Ofcourse, he banned me.. for obvious, pathetic reasons, ever heard of a ban reason as an insult? yeah that's CFenix. Screenshots: My point is, he's a disgrace on everything, human beings, brain cells, my monitor, and even Lua.. This is the real meaning of a ..
  2. I don't believe there is a way.
  3. AJXB

    I.V.S.E [1.0]

    Haha, thanks for the notes! Edit: Youtube video updated.
  4. AJXB

    I.V.S.E [1.0]

    In-game Vehicle Spawners Editor Version: 1.3 Features: You will get the source code, meaning, that you will be able to edit, change anything in this resource. Easy to use User Interface, you can easily get used to this simple user interface. Can be locked on: Group, Team, Job, or nothing! So you can lock it on everything, nothing, or something. 100% bug free. Can easily add/remove vehicles from the marker. Not hack-able, people can't abuse this. Lifetime support, I'll be here until I die. Vehicle Spawn system, this resource is attached to a Vehicle Spawn system. Database, you will have a free MySQL Database with it. Database structure, you will receive a database structure to make using this resource easier. 24/7 Support, I'm always online. Preview: * Watch it in 720 HD How do I order? Send me a forum message, containing: Your name: Your Skype Name: Resource: IVSM Price: $5.00 Changelog: [20/11/2014] ~ Development: Started. [02/12/2014] ~ Development: Completed. [04/12/2014] ~ Preview: Video updated. [20/01/2015] ~ Copies sold: 7. Any comments about the video? save them. [OFFER] Buy one, get one free! Buy this resource, and order one for free!
  5. Wow, thanks for sharing this, quite helpful!
  6. So you're doing a resource based on setElementPosition? oh c'mon! Anyway, good luck.
  7. AJXB

    HELP

    I presume you need the database structure? I don't believe we can help you with a script unless it's yours, or you allowed to use it, by the author.
  8. AJXB

    TEAM VEHICLES

    How do we help you? We help you fix your code's bugs and help you make it better. We don't write your code from scratch. Use: createVehicle, setElementData (vehicle,"Team",team), onClientVehicleEnter, if getTeamName(getPlayerTeam (localPlayer)) == getElementData (vehicle,"Team") These "words" will help you. Write a code, if you can't, learn.
  9. AJXB

    TEAM VEHICLES

    We don't give scripts here. We don't make your script for you. We help you.
  10. AJXB

    Help

    If you are using hasClicked to see if the user clicked on a GUI Button, better use onClientGUIClick. If you are using hasClicked for something else, you may use a short code: hasClicked = true function handleTags () for i,v in ipairs (getElementsByType ('player')) do if hasClicked then setPlayerNametagShowing( v, not(hasClicked) ) outputChatBox ("Nametags triggered") end end end addCommandHandler ("triggertags",handleTags) I did not test this, reply with any error you find. Note: You need to disable nametags on client side, you don't want to disable all nametags for all players, right?
  11. AJXB

    Table.insert issue

    Help is no longer needed. Foolish mistake.
  12. table.insert at some point gives this error: insert returns nil How is that possible? How can I fix it?
  13. Nice, useful, good work! What's up with the last line though?
  14. AJXB

    Quetion

    So I was wondering.. MTA Client downloads the client side script, run it, store it, why can't the client download, run, delete the file? The player will download the client files on each connect, that's a risk I can take in order to protect my client side scripts. I don't know much about it, I was just wondering.
  15. Okay: 1. dbConnect: Will connect to the forum's database, true. 2. dbQuery: will get the account name + pass from the database. 3. dbPoll: I'm not sure what is it, though I use it, hehe. 4. md5: is an encrypting method to transform the password from a string to MD5. But, IPB doesn't use MD5 only. you might need this advice, IPB hashes the passwords of the users three times, using sha1, md5, and salt and MTA can't, so, in your database, the password is hashed too many times, with different methods in order to MTA to just simply hash it with a line of code. 1. Either you find a way to hash it. 2. You edit IPB PHP Files and use MD5 encryption only. 3. Change your forum software.
  16. for i=0,rowCount do if guiGridListRemoveRow(cart,i) then outputChatBox("row "..i.." removed") else outputChatBox("err") end end the loop is the problem, this might be the solution.
  17. How are you saving the money? If you're not saving, use this code: for i,v in ipairs (getElementsByType('players')) do setPlayerMoney (v,0) end
  18. Yeah just add on the second line: players = getElementsByType ('player')
  19. Good job, don't you think you can add more features?
  20. AJXB

    Topic Moved

    Thanks, but I do not like DX, I prefer normal GUI, it's easier to handle, I might use images though, thanks for your suggestion.
  21. I'm no experience is such things, but I assume it's a GTA problem, see this problem happened to me because of MTA:SA storage limit, that's what I assume. Offtopic: what's your steam ID?
  22. Someone's work? your work must be authentic, new, to be well appreciated, you can't just write a 10 lines code of an already existing idea and expect to be appreciated.. haha.
  23. People, please, a script of <10 lines can't be called a resource, and frankly can't be sold, who would pay for a code that can be made by anyone? Make a large resource, something can can be called a resource, and try to sell it, make it as an example of your experience, don't make an outputChatBox resource and try to sell it, that'd be just funny, we'll thank you for the laughs, people make 2-3 huge resources in order to gain the required reputation. Please, try.
×
×
  • Create New...