mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
added text on map
This commit is contained in:
parent
91af4a8027
commit
bfb5dd8ec3
7 changed files with 91 additions and 4 deletions
5
dist/ba_root/mods/custom_hooks.py
vendored
5
dist/ba_root/mods/custom_hooks.py
vendored
|
|
@ -2,8 +2,9 @@
|
|||
|
||||
|
||||
def filter_chat_message(msg,client_id):
|
||||
from chatHandle import handlechat
|
||||
|
||||
return msg
|
||||
return handlechat.filter_chat_message(msg,client_id)
|
||||
|
||||
def on_app_launch():
|
||||
#something
|
||||
|
|
@ -13,4 +14,4 @@ def score_screen_on_begin(_stats):
|
|||
|
||||
def playerspaz_init(player):
|
||||
#add tag,rank,effect
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue