HaRe has written
Hikaru has written
How i can download the !broadcast command script? i can't acess amx2d webpage
When i type !broadcast and put a message everyone can see it
i'm looking for that script
When i type !broadcast and put a message everyone can see it
i'm looking for that script
1
2
3
4
5
6
2
3
4
5
6
addhook("say","broadcast") function broadcast(id,t) 	if string.sub(t,1,10) == "!broadcast" then 		local bt = string.sub(t,12) 		msg(player(id,"name").."(BROADCAST): "..bt) 	end end
When i save that text?
When i press broadcast the text apprs but i want that the text appear on middle of screen and in a green color