1. I am working on a plugin similar to https://forums.alliedmods.net/showthread.php?p=523601, used in games CS:S/CS:GO ;)

    Features:

    - /rank or /stats --> Display Points(score), deaths, killings and rank
    - /top10 --> The best 10 players in killings
    -/rewards --> Exchanging it for the points that the user has won
     
  2. Good luck ;)
     
  3. Thanks bro! :)

    Update:
    Hecho en Javascript :p
    Es necesario tener una pagina web con base de datos mysql o mariadb para el intercambio de información plugin->server->plugin, talvez implemente mongodb todavía no lo sé xD

    Por el momento funciona:
    /stats, muestra las estadísticas del jugador que son: Puntos, Asesinatos y Muertes :)

    /top10, muestra a los mejores 10 jugadores (puntos) tal vez lo reemplace por los asesinatos ya que los puntos se usan para intercambiar.

    Trabajando en el intercambio, así como muerte/asesinato de animales
    /reward thompson //Se le descuentan X puntos, segun la configuración que se tenga.

    English Translated by Google! :D
    Plugin made in javascript :p
    You must have a website with mysql database or MariaDB to exchange information plugin-> server-> plugin, maybe implement mongodb but I do not know xD

    Works:
    / stats, player stats shown are: Points, Murders and Deaths :)

    / top10, shows the best 10 players (points) may replace him for the murders since points are used to exchange.

    Working in the exchange and death / murder of animals
    / reward thompson // X points will be deducted, according to the settings you have.

    Preview of the web stats(working on it)
    [​IMG]

    Sorry for the spanglish! :p