Jump to content

relief

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by relief

  1. @Gallardo9944 Thanks. I just found out about startResource function which has loadFiles parameter, I can put that to off and write the files manually for the client to solve this problem. << (in case any one has the same issue)
  2. I'm trying to write the client files to its hypothetical directory (fileCreate(':example/file.jpg')) without the target resource running. Although, it clearly states that it is not possible: Is this a workaround for this ?
  3. was messing with gamemodes today and saw this in ctf: local player = source --It's important. Trust me. this line is in a event handler function why is it important
  4. relief

    Table

    How about doing it this way: myTable = {} myTable.a = {test = "ok"} myTable.b = {test = myTable.a.test}
  5. Still attaches the event to all the elements. Can anyone post a simple example on how this is done?
  6. Thank you, I'll try that and let you know if it's what I want
  7. Is it possible to separate elements into two nodes so each node has its own events?
×
×
  • Create New...