SourceMod'un kendi dosyalarında oynama yapmazsanız, / ile komutları yazdığınızda komutu yazan oyuncu gözükmez. Ama ! ile yazdığınızda gözükür. ! komutunu da gizlemek için:
addons/sourcemod/configs klasöründeki core.cfg dosyasını açın.
bu kısmı
şeklinde değiştirin ve kaydedin.
Sunucuyu yeniden başlatın.
addons/sourcemod/configs klasöründeki core.cfg dosyasını açın.
Kod :
/**
* List of characters to use for public chat triggers. Set an empty list to disable.
*/
"PublicChatTrigger" "!"
/**
* List of characters to use for silent chat triggers. Set an empty list to disable.
*/
"SilentChatTrigger" "/"
bu kısmı
Kod :
/**
* List of characters to use for public chat triggers. Set an empty list to disable.
*/
"PublicChatTrigger" ""
/**
* List of characters to use for silent chat triggers. Set an empty list to disable.
*/
"SilentChatTrigger" "!;/"
şeklinde değiştirin ve kaydedin.
Sunucuyu yeniden başlatın.
E-Posta: [email protected]