Jump to content

Anderl

Members
  • Posts

    2,266
  • Joined

  • Last visited

Everything posted by Anderl

  1. You didn't add "weather.lua" to meta.xml. Also, the code is wrong. It will only check if weather is number 8 when the script starts.
  2. He might reinstall OS or change to other system and serial would not be the same. As with IP, if he had dynamic IP he could easily change it.
  3. There is no 'gui.lua' file in that folder, that's the problem.
  4. If you're system is x64, install ia32-libs. If it still doesn't work, install the library lib32ncursesw5 ( something like that ). If it's x86.. Well, wait someone else.
  5. Anderl

    BIGGEST BUG IN MTA

    Is it only in Twisted Gamers' server?
  6. That's what I call a kid Btw, there are probably more than one person with name "George" from Canada so.. we can't just go and ban everybody that joins from Canada with name "George".
  7. No, he didn't. All files without type are loaded as server-side
  8. The script must be in a folder or in a ZIP file. RAR files aren't supported.
  9. Anderl

    question

    That depends what you mean by "use Photoshop to mods". You mean, to create a texture? Yes, you can | To create the model? No, use ZModeler or 3D Studio Max.
  10. thanks, that worked. I tried using string.find before but it didn't work, I guess it was because I didn't cancel the event You might want to try mine, it removes HEX codes automatically.
  11. This should be scripted, there's no reason for deleting a object inside a map.
  12. Anderl

    Some questions...

    I see nothing wrong here. Oh, sorry. I didn't understand that he was telling where 'resources' folder was and not where to put the scripts
  13. Anderl

    Some questions...

    Wrong, it's: $MTA_FOLDER$/server/mods/deathmatch/resources/.
  14. I don't talk "nab" english, nor I understand it.
  15. Really good job, I liked that. It might be a bit boring, though.
  16. This should do what you want: addEventHandler('onPlayerChangeNick', root, function(_, new) setPlayerName(source, new:gsub('#%x%x%x%x%x%x', '')) end )
  17. If you want to save the image on the server you'll need file functions.
  18. That still doesn't make people trust in you.
  19. How could people trust in you?
  20. Anderl

    "Break"

    break stops for loops, while statements and I guess it stops repeat too. It's a common "variable" in almost all languages.
  21. Anderl

    problem

    And there's no player argument on onResourceStart.
×
×
  • Create New...