
Forum




Search for a scripter
24 replies


1
2
3
4
2
3
4
p = string.match(text, "@kick (%d+)") if p and player(p, "exists") then parse("kick "..p) end




p = string.match(text, "@kick (%d+)") if p and player(p, "exists") then parse("kick "..p) end