mirror of
https://github.com/EpicMorgVault/AMXx-Sound-connect-announce.git
synced 2024-12-26 14:25:28 +03:00
Update sound_connect_announce.sma
This commit is contained in:
parent
deea8eb686
commit
9673d581ae
@ -43,8 +43,8 @@ public client_putinserver(id)
|
||||
client_cmd(0,"spk %s", ADMIN_MUSIC)
|
||||
}
|
||||
|
||||
public client_disconnect(id){
|
||||
|
||||
public client_disconnect(id)
|
||||
{
|
||||
if(get_user_flags(id) & ADMIN_USER)
|
||||
client_cmd(0,"spk %s", PLAYER_MUSIC)
|
||||
|
||||
@ -53,4 +53,4 @@ public client_disconnect(id){
|
||||
|
||||
else if(get_user_flags(id) & ADMIN_FLAG)
|
||||
client_cmd(0,"spk %s", ADMIN_MUSIC)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user