1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
addhook("say","MM.commands") function MM.commands(id,message) 	if player(usgn)=adminlist then 		if MM.commands(message)="!kc "..id.." "..kcplus.."" then 			player(id,killcount)=kcplus 		end 	end end
I mean like:
If the name is on the adminlist, check what the message is. If the message is something like "!killcount *id* *ammount*" then give *id* *ammount* killcount.
Is that possible / do you have a better solution?