View Single Post
anakonda001
Member
Join Date: Jul 2020
Old 08-30-2020 , 09:29   Re: the results of the bonus
Reply With Quote #5

Quote:
Originally Posted by CrazY. View Post
amxclient_cmd or client_cmd are what you are looking for.
right?
Code:
public pointBonus_bg(id){
	CHECK_ALIVE(id)
	CHECK_ROUNDTIME(id)
	
	client_cmd(id, "say /bg")
	
	return 1
}
anakonda001 is offline