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. nice :DD
  2. 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
  3. 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 .
  4. 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.
  5. V3rniux

    [REL] TCT

    lol nice resource
  6. Cool, your good mapper
  7. very useful tool for creating maps xP
  8. Nice map
×
×
  • Create New...