Code: Show/Hide from asss import * chat = get_interface(I_CHAT) def paction(p, action, arena): if action == PA_ENTERARENA: chat.SendSoundMessage(p, SOUND_GIRL, "Welcome to my sexy zone, %s." % (p.name) ) cb1 = reg_callback(CB_PLAYERACTION, paction) |
Code: Show/Hide def mm_attach(arena): arena.cb1 = reg_callback(CB_PLAYERACTION, paction, arena) def mm_detach(arena): arena.cb1 = None |
Code: Show/Hide from asss import *
chat = get_interface(I_CHAT) def paction(p, action, arena): if action == PA_ENTERARENA: chat.SendSoundMessage(p, 33, "" % (p.name) ) cb1 = reg_callback(CB_PLAYERACTION, paction) |
Code: Show/Hide chat.SendSoundMessage(p, 33, "" % (p.name) ) |
Code: Show/Hide chat.SendSoundMessage(p, 33, "") |
tcsoccerman wrote: |
I'm using entergame now, since i have a custom bong. i replaced it with 12, so when i used enterarena, it played that chick, and my brother's(little were in room) not good ....lol, i turned down volume fast enought though. |