Jump to content

V3rniux

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

V3rniux's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. V3rniux

    Maps question

    DD stands for Destruction Derby. btw not Huntler... a Hunter! I don't know there to find maps I just surfed google
  2. You can use a table for example: function Test() local Table = {{1--[[Hour]], 10--[[Event]]}, {2, 20}, {3, 30}} -- etc .. for data, value in ipairs(Table) do if Hour == value[1] and Event == value[2] then -- code end end Don't know if works just must be like this. If I understood you right .
  3. Ok, so race with that type? DM or with Checkpoints? Cuz if with Checkpoints you should use event: onPlayerFinish. And if it is with maps such like as DD or DM try using onPlayerWasted. To get Rank use : exports.race:getPlayerRank() function is simple, but I didn't tested.... btw if you want to make for DD and DM it will be something different.. Cuz you will need to make exportable 1 function example: And then you must export this win function in destructionderby.lua : local win = export.YOURFILENAME:win(aliveplayers[1]) DD and DM is a bit harder to make for starters at lua scripting.
  4. V3rniux

    [REL] TCT

    lol nice resource
  5. very useful tool for creating maps xP
×
×
  • Create New...