Jump to content

Et-win

Members
  • Posts

    1,390
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Et-win

  1. What if you replace '777' with just letters?
  2. It just works for me
  3. Because we aren't all of those people who ask for help their slaves? Post your new script with xmlUnloadFile. Otherwise: Is this your same problem: http://bugs.mtasa.com/view.php?id=8466 ?
  4. Et-win

    IP Bug

    I know, I had the same. No idea how it got fixed. It did out of hisself.
  5. Et-win

    IP Bug

    I had something similiar with this too, update MTA.
  6. Et-win

    EXP script

    Continue like that and you never will learn.
  7. He means to use command: /debugscript 3 In-game and then to start and use the command of your script. Then, if any error's appear, post them here.
  8. Because it's stored in a table now. gNumber = math.random(2, 48) This will also always return the same, except if you do this whole code again.
  9. Check your links before posting them. It would help everyone
  10. Is it Server-sided? And if you only put this piece of script in it should work.
  11. Yes, I understood out of the Wiki that 'client' has to be used instead of 'source' because it's safer?
  12. For no one it will work, because 'thePlayer' is not defined. Change it to 'source' to give only the player who triggered a weapon: function coltSend() giveWeapon(source,22,200) end addEvent("onColtRequest",true) addEventHandler("onColtRequest",root,coltSend)
  13. Et-win

    wtf....

    And scripts which aren't his.
  14. Et-win

    Solved

    The first warning says it already... The thing you gave up is a label, not a gridlist.
  15. Event 'onResourceStart' triggers no player with it, so that is why the 'getPlayerAccount' failed and so, gave an error. Event 'onMarkerHit' gives every element which hits the marker, and so if it is not a player, 'getPlayerAccount' will fail. Instead of using event 'onMarkerHit' it's easier to use 'onPlayerMarkerHit'. Note with this event the 'source' is the player.
  16. Put some 'outputChatBox("Test1/2/3/etc.")' messages in your script to check where it is stopping with working. Then, you can easily see what 'if' is wrong.
  17. Do you mean 1.3 or including 1.3.5? Because I always needed rights for atleast 1.3.5.
  18. Open it with Notepad++ And if I understand you good now, after the download blocked my whole computer (-.-), you want to decompile it? If so, then we don't give any support with this.
  19. http://www.luac.multitheftauto.com EDIT: https://luac.multitheftauto.com/ (Dahell is wrong with putting www infront of it D: )
  20. You can save it into the database (Time left) and as soon as the resource gets started again, you can receive the time left. Do some math and done ;P
  21. Then report this at: http://bugs.mtasa.com/view_all_bug_page.php
  22. https://wiki.multitheftauto.com/wiki/Se ... ame#Limits
  23. getAccountData getPlayerPing getPlayerIP getPlayerSerial
×
×
  • Create New...