Bombsquad-Ballistica-Modded.../dist/ba_root/mods/custom_hooks.py

18 lines
264 B
Python
Raw Normal View History

def filter_chat_message(msg,client_id):
2021-04-02 20:53:19 +05:30
from chatHandle import handlechat
2021-04-02 20:53:19 +05:30
return handlechat.filter_chat_message(msg,client_id)
def on_app_launch():
#something
def score_screen_on_begin(_stats):
#stats
def playerspaz_init(player):
#add tag,rank,effect
2021-04-02 20:53:19 +05:30