mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-08-12 09:09:37 +03:00
added more syncing
This commit is contained in:
parent
62489d05cc
commit
d89f216682
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ announceEvent(id, message[])
|
|||
|
||||
get_user_name(id, name, 31)
|
||||
set_hudmessage(255, 100, 50, -1.0, 0.30, 0, 6.0, 6.0, 0.5, 0.15, -1)
|
||||
show_hudmessage(0, "%L", LANG_PLAYER, message, name)
|
||||
ShowSyncHudMsg(0, g_main_sync, "%L", LANG_PLAYER, message, name)
|
||||
}
|
||||
|
||||
public eBombPickUp(id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue