Code:
public makecar(id) {
new item[32], orig1[6], orig2[6], orig3[6], angles1[6], Float:origin[3], steamid[33]
read_argv(1, item, 31)
read_argv(2, orig1, 5)
read_argv(3, orig2, 5)
read_argv(4, orig3, 5)
read_argv(5, angles1, 5)
read_argv(6, steamid[33], 32)
origin[0] = float(str_to_num(orig1))
origin[1] = float(str_to_num(orig2))
origin[2] = float(str_to_num(orig3))
new Float:angles2 = float(str_to_num(angles1))
steamid[33] = get_user_authid(id,steamid[33],32)
Now I get these errors
Code:
Error: Array index out of bounds (variable "steamid") on line 61
Error: Array index out of bounds (variable "steamid") on line 68