ramoncito Posted April 21, 2019 Report Share Posted April 21, 2019 Buenas, quiero saber si es posible hacer un contador de metines destruidos para todo el servidor, y si es así si alguien pudiese hacerme la quest se lo agradecería mucho! Gracias de antemano Quote Link to comment Share on other sites More sharing options...
caanmasu Posted April 21, 2019 Report Share Posted April 21, 2019 Solo agrega los vnum de tus metines en ["id_metines"] Deberías ser más específico con tu petición Cómo quieres la quest realmente? quest contador_metines begin state start begin function info() return { ["id_metines"] = {8001, 8002, 8003}, } end when kill begin for _, v in pairs(contador_metines.info().id_metines) do if npc.get_race() == v then game.set_event_flag("contador_metines", game.get_event_flag("contador_metines")+1) chat(string.format("Los jugadores llevan %d metines destruidos.", game.get_event_flag("contador_metines"))) end end end end end Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.