How would one target someone threw chat commands.
Code:
public checktext(id) {
if (!access(id,ADMIN_KICK)
return PLUGIN_HANDLED
new text[2]
read_argv(1, text, 1)
while (text[0] != '!')
return PLUGIN_HANDLED
new name[63],Target[32]
i wanted to use authid but that would return the player activating this script.
__________________