Ihave this but have error.
Code:
new arg[32]
read_args(arg, sizeof(arg) - 1)
remove_quotes(arg)
if(contain(arg, "/referral"))
{
parse(arg)
str_to_num(arg)
if (equali(arg, uid)
client_print(id, print_chat, "test")
}
}
Error: Error: Argument type mismatch (argument 2) on line 83