Kills & Timer

Discussion in 'Plugin Development' started by nastasescu, Jun 28, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    nastasescu

    I want to add a kill counter (resseting on restart) and a timer. What can i do?​
     
  2. Offline

    gamemster2468

    Would you mind explaining a bit? I can try to help you but I need more information. What you said is very basic.
     
  3. Offline

    nastasescu

    gamemster2468
    When x kill y, x will get a point.
    And i need a simple timer (in seconds).
     
  4. Offline

    gamemster2468

    Do you plan on saving the information for the kills in a database or config file?
     
  5. Offline

    nastasescu

    Not yet.

    Bump

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  6. Offline

    fireblast709

  7. Offline

    nastasescu

  8. Offline

    Traks

    Create a listener for PlayerDeathEvent, add 1 point to the killer of the player (if there is a killer). As for the timer, check the link fireblast709 posted...
     
  9. Offline

    nastasescu

    Traks yeah... but i need a model. A point for each player who kills.
     
Thread Status:
Not open for further replies.

Share This Page