Why are each of the parameters different? Like it gets the authid twice and the name twice. Why is that? This is from admincmd.sma
Code:
get_user_authid(id, authid, 31)
get_user_authid(player, authid2, 31)
get_user_name(player, name2, 31)
get_user_name(id, name, 31)