Jump to content

manve1

Retired Staff
  • Posts

    1,283
  • Joined

  • Last visited

Everything posted by manve1

  1. manve1

    Changing Moon

    my friend told me this the same, but i don't get it
  2. manve1

    Changing Moon

    anyone?
  3. manve1

    Changing Moon

    How could i change moon in my MTAserver, i have a texture containing the new moon i want, but i don't know how to change ( the ID )
  4. mate use LUA codes and everyone has "killmessages" in their mta, its default created by mta team.
  5. Nothing worked did u read number 3? by "3. Some bug" i mean there is a bug somewhere, thats what causes it.
  6. What are the the interiors and positions of food stores?
  7. 1. save everything u have and re-instal mta ( if you have hosted, tell your host to update files ) 2. in console type "upgrade all" or "update all" ( dont know which one ) and try doing it again 3. Some bug
  8. This section ( or any section ) is not for someone else made scripts make your own .. or contact script owner
  9. thats what i though, it isn't really hard to make a new scoreboard, the score would be bit harder.
  10. why are you trying to change "meta.xml" in resource "zombies" ? Make a new one in resource "zombies" because i think you are trying to change how much people have "maximum zombies"
  11. posting what kinda help you need would be a lot better you know?
  12. RECOMMENDING, Very good scriptor
  13. you know the shape of the score board? you want it the same? P.S. You should give more information of what you need.
  14. are you trying to make a script copy?
  15. tell people to stop using /exit ? or buy other host.
  16. works, but can you explain how to properly use the triggerServerEvent and triggerClientEvent? i need explanation on how it works because im gonna use it a lot.
  17. mta should enable the command disabling
  18. don't work debugscript 3 showed on the triggerClientEvent: (a nil value)
  19. just wanted to make your life easier .. cuz no one is scripting for free ...
  20. im trying to trigger createTeam to client side or is it impossible? P.S. im trying to trigger it to client side because i'm making one script where i need createTeam in client-side
  21. i think you should use addCommandHandler("exit", function() cancelEvent() end ) im not sure actually
  22. its my turf system which u helped with
  23. it is annoying having 2 post about the same thing so +1 to you
  24. I have a triggering problem, i don't get how it actually works or how to use it properly. Client: function teams_ () createTeam( "Pilot", 255, 255, 0, true ) end addEvent("createTeam", true) addEventHandler("createTeam", root, teams_) Server: function teams() team = createTeam( "Pilot", 255, 255, 0, false ) triggerClientEvent( team, "createTeam", getRootElement() ) end
  25. This section is not for asking scripters it is for helping with scripts. Learn LUA or just pay a scripter, 99.50% of all scripters will not help you.
×
×
  • Create New...