Jump to content

Noki

Members
  • Posts

    851
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Noki

  1. KAMS scripts are optimized for 2009/2010. Probably why 2014 doesn't work too good. I'll look into this.
  2. Australian server = +1! DayZ = no. Well, type in DayZ in your server browser, and you will see why I do not want someone to create one.
  3. I don't see why you'd use SketchUp in the first place to create models. Use 3DS, even Zmodeler, if you have to. Anyway, nice.
  4. Noki

    Chat mute

    Where do you see Samer? O_o abxf is Samer. I never knew that root outputs to players... I'll have to test this myself lol damn.
  5. root can be millions of elements, which causes lag. Looping to through players is a lot less than millions of elements lol. Simple performance tweaks.
  6. Loops are more efficient. for k, v in pairs (getElementsByType("player")) do outputChatBox("", v, 255, 255, 0) end
  7. IGC used a theme modified by Weedy. You'd have to get in contact with old UIP head staff. Chiller, Ab-47, BloodUnit, JobvdH or Nikis may be able to help you.
  8. Noki

    URGENTLY

    Can you tell us more about it? What your ideas are, what gamemode you want to host etc? Thanks.
  9. Noki

    Chat mute

    @ Samer, why output to root when a loop is much more efficient? root can be tens of thousands of elements, but looping through players is so much more efficient.
  10. I don't see Deploy() anywhere.
  11. Noki

    Muting Sound

    Maybe just not play the sound...?
  12. Noki

    mysql question

    Instead of using a loop, you can trigger a server-side event from client-side, and pass the local player over.
  13. In community, there is a section that shows the most downloaded resources. In there, you'll be able to find some race addons. Not to mention all the help the search function could do.
  14. @stolka, you can just use the exports. getPlayerGroup returns the group they're in, and you can use it in conjunction with a turf system. It's open source, hence easily editable. That also means you can add more features to it. There is probably some all-in-one turf + group system on community.
  15. You'd be better off using getTickCount and the useful function 'convertNumber'. Save your element data as account data, and display the account data on the scoreboard.
  16. Firstly you'd want to make sure no one else has a different fighting style. Loop through the players and set their styles to default. You might be able to do something with toggleControl.
  17. Woah! That is plain awesome. This needs to be in the scripting and mapping tools thread for sure. Sheesh that is great.
  18. Surely you can just save the blended texture and reimport it as GTA Material?
  19. Noki

    DELETE

    Huh? Use slothbot to create peds that move, and use shaders to change their texture to a zombie-like one.
  20. Noki

    C#

    I have tried studying code, but I just can't get my head around C#. The one language I want to understand is the one I can't lol.
  21. I can't believe I forgot the very core resource. I kept thinking it was built in. Uh, thank you so much.
  22. Noki

    Please help me :)

    I just found out you can open .db files with Microsoft Excel. You can try for yourself, but I doubt it will be unencrypted. And this: http://sourceforge.net/projects/sqlitebrowser/
  23. Amazing. Need I say anymore.
×
×
  • Create New...