Code:
set_task(1.0,"loophud",id,"g_Values[a][0], g_Values[a][1], g_Values[a][2], g_Pos[i][0], verpos,name[32], message[i + n]",100,"a",5)
return PLUGIN_HANDLED
}
public loophud(id,const msg[], {Float,Sql,Result,_}:...){
set_hudmessage(g_Values[a][0], g_Values[a][1], g_Values[a][2], g_Pos[i][0], verpos, 0, 2.0, 2.0, 1.0, 2.0, -1)
show_hudmessage(0, "%s : %s", name, message[i + n])
client_print(0, print_chat, "%s : %s", name, message[i + n])
}
im trying to make the variables from the first function go in to the second function that is called by the set_task