Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. 12p

    New Question :P

    I dont want to use XML
  2. so you think somebody will waste time scripting this? You should go search it, maybe it actually exist. If not, then you should ask us how to script it (not whole thing, just ideas huh)
  3. 12p

    New Question :P

    Sorry about this, guys. How can I save all the objects I have created in a LUA file? I mean, I want to create 1 line for each object in the map, so next time the resource start, every object will be respawned. This is the (not ready) code I have: addEventHandler ("onClientPlayerQuit",getRootElement(), function () for i,theBlock in ipairs (blocks) do --"blocks" is a table that returns all the objects I need. --What to do here? end end) Can anybody, at least, give me a clue?
  4. 12p

    PointSystem

    Anyway this is the best "help" anybody would give you.
  5. New updates! Check out the first post, I will be updating "Changelog". PS: New video every 0.+1 version.
  6. 12p

    PointSystem

    addEvent addEventHandler triggerEvent triggerServerEvent triggerClientEvent And next time I won't answer.
  7. That's what I'm saying. PS. "somebody can be scripted"? Wtf Varez
  8. 12p

    PointSystem

    For everything, win and loses.
  9. not bad, not bad... but I don't like that thing about "if prefix cs_, then..." that looks so poor and less professional.
  10. Add this function: to create a resource with everything: the meta with the version, type, author and description, and add scripts. That would make very similar to MTA SE
  11. 12p

    PointSystem

    --FUNCTIONS setAccountData getAccountData isGuestAccount setElementData getElementData --EVENTS "onPlayerWasted" Just use these functions.
  12. Easy: LUA - .lua XML - .map .xml .edf
  13. so what? it works. anyway it depends from the scripter
  14. Maybe, but is hard to do that, too. I don't know.
  15. 12p

    2 questions

    Yep, but I wanted to NOT use kickPlayer
  16. Anyway, don't you need help translating to spanish? I can do that job. PS: I will do some wiki pages in spanish, no problem, right?
  17. I suggest you, don't try to script gamemodes too soon. You should start modifying simple scripts, so you can understand how this works. For example, changing texts on scripts, modifying coordinates, etc... I've started with that.
  18. 12p

    2 questions

    I want to keep able the player that, when (s)he presses "Esc", enters a pause menu, with a "disconnect" button.
  19. 12p

    Hunter Toptimes

    No, you must script it or pay for it. And PLEASEEEE! use the search bar to search out how many topics about this were made. It is so hard?
  20. yes, why to create it in settings if it is actually possible by script?
  21. some interiors aren't visible, isn't a bug of this resource.
  22. 12p

    2 questions

    Is there some way to disconnect a player without using kickPlayer? And, is there some way to disable "Esc" MTA Menu?
×
×
  • Create New...