Jump to content

Mossy

Members
  • Posts

    426
  • Joined

  • Last visited

Everything posted by Mossy

  1. I'm so gonna get the Collector's Edition. Better invest $150!
  2. Lol. I demand an American language!
  3. Mossy

    Turfs

    https://community.multitheftauto.com/ind ... ls&id=7092 https://community.multitheftauto.com/ind ... ls&id=5606 https://community.multitheftauto.com/ind ... ls&id=6772 https://community.multitheftauto.com/ind ... ls&id=2243 If you don't like any of these then script one yourself.
  4. Hey guys. My friend SVeteraN (Switch) is looking for 2 partners to help finish his map. The map needs deco and more track. If you're interested post a comment on this vid with your Skype.
  5. Mossy

    [help] add skin

    You put "test" and the link in the wrong place. It should look like this: test
  6. 1. Go in your server. 2. Login (Make sure you're an Admin) 3. Press P to open the Admin Panel 4. Go into the Resources tab 5. Find Admin 6. Click Restart
  7. I don't agree. Learning a programming language is a matter of hours (or even minutes if you only count the basics). Learning to program is a different thing and it takes from hours or days (for a basic understanding) to years (for good skills). What I really meant was that it takes a while to learn advanced scripts and how Events work and all that.
  8. Lua isn't something you're going to learn in a day. It takes experience and a lot of time to understand the core. Have you tried looking at this?
  9. You mean compiled scripts? Sorry bud.
  10. viewtopic.php?f=93&t=46701
  11. Press P then go into Resources and restart the Admin resource.
  12. Mossy

    [help] add skin

    Try http://mta.dzek.eu/peds/
  13. ^We already covered the problem.
  14. Why are you using XML to save accounts? MySQL is the way to go. As for the scoreboard problem, here's an example: exports [ "scoreboard" ]:addScoreboardColumn ( "Money", 3 ) --"Money" column
  15. Ahh my bad. Anyways, does the debug say anything about the script? Is there a certain area in the script that you need help on or think is wrong?
  16. only who is the gang can get in a vehicle, then I put 3 times the same script and modified the names of gangs and changed vehicles, more is not working, sorry for my englis Debes poner esto en el topico de espanol/portugues. Aqui o Aqui. You should put this in the Spanish/Portuguese topic since that's what you understand.
  17. Download the resource then put it into your Resources folder. If your server is already running then type in refresh in the Console. Then type in start guieditor in the Console. Make sure you give it Admin rights in the ACL and make sure you're an admin.
  18. Well my server is hosted so I put in the website but since you're localhost I think you just have to put localhost where host is.
  19. You can do what I do: local dbName = "Database name goes here" local host = "website goes here" local username = "username goes here" local password = "password goes here" local dbConnection = dbConnect( "mysql", "dbname="..dbName..";host="..host, username, password)
  20. Didn't work. No errors. And remember,
×
×
  • Create New...