Code:
public addglow(id){
new args[64], arg[6], arg1[11], arg2[11], arg3[5], arg4[5], arg5[5], arg6[5], arg7[2], arg8[4], arg9[34], arg10[55], arg11[2]
This function can't give you args of renderglow function.
You can make args global or send it as argument: addglow(id, args)
Then your
Code:
public addglow(id){
would looks as
Code:
public addglow(id, args[]){
Also i think you should increease args array size.