Has anyone else felt that mom guilt when spending on themselves? I needed new glasses desperately, but kept putting it off because the kids needed shoes, school supplies, you name it. I stumbled upon https://spinmamas.com while looking for ways to unwind after bedtime. The platform felt safe and easy to navigate. One night, feeling particularly brave, I increased my stake. The win allowed me to get those much-needed glasses without any guilt. Now I can see clearly and feel confident again. It's wonderful how a moment of courage can bring such practical, everyday benefits to a mother's life.
Question
THeMaxPoweR
hey guys ..
now iam working on l2 tales based on l2f files ..
and i wanna add custom pvp announce like ..
when player kill 3 players it says killing spree ..
i'v done form the massage ..
and it work perfectly
public int kss;pk.setPvpKills(pk.getPvpKills() + 1); kss ++ ;if (kss == 3){Announcements.getInstance().announceToAll("killing spree " , ChatType.CRITICAL_ANNOUNCE);}i need to make kss reset to zero when player get killed and start counting again so what ihave to do ???sorry for my bad en
Edited by THeMaxPoweR9 answers to this question
Recommended Posts