bende çalıştıramadım ama çalışan bir başka plugine burdakinden admin chat level kodlarını ekledim
- - - - - - - - - -
bende çalıştıramadım ama çalışan bir başka plugine burdakinden admin chat level kodlarını ekledim
bende çalıştıramadım ama çalışan bir başka plugine burdakinden admin chat level kodlarını ekledim
- - - - - - - - - -
bende çalıştıramadım ama çalışan bir başka plugine burdakinden admin chat level kodlarını ekledim
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Kod:steamcommunity.com/groups/Blonde-lovers_Clan
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
https://
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
cs 1.6 download: https://
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
google_ad_section_end -->
asagidaki plugin calisiyor, zaten bende de benzeri vardi ama ilk sayfada konulari okuyunca fark ettim, hem say hemde say_team kapali, zamaninda bazi oyun hostinglerde bunu kullaniyordu, rcon acces yerine admin kick eklemek daha mantikli olabilir, sonucta herkese rcon sifresi verilmiyor. client print olsada olur olmasada
PHP- Kodu:
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Block Say"
#define VERSION "1.0"
#define AUTHOR "akcaliberkk"
new status;
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say","HookSay")
register_clcmd("say_team","HookSay")
status = register_cvar("block_say","0")
}
public HookSay(id) {
if(get_pcvar_num(status) && !access(id, ADMIN_KICK)) {
client_print(id,print_chat,"Say NO TO CHAT !")
return PLUGIN_HANDLED
}
return PLUGIN_CONTINUE
}
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Kod:steamcommunity.com/groups/Blonde-lovers_Clan
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
https://
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
cs 1.6 download: https://
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
google_ad_section_end -->
Sağolasın Kardeşim![]()