You can make response, and...
PHP Code:/*self - admin*/
if(!isDefined(self)||!isPlayer(self)||message==""||message==" ")
return;
admin=without_color(self.name); //script removes in nickname all ^1 ^2 ^3
/*message - message*/
Cmd_ExecuteString("say "+admin+"^3:^7 "+message);



Reply With Quote
