if i want to 1 hud message 5 times,:
Code:
set_task(1.0,"show_hudmessage2(0, ^"%s : %s^", name, message[i + n])",id,"",0,"a",5)
but how do you bring down the variables thats stored in the "name" and "message[i+n]" in the called function?
Code:
What do i need to change to this:?
public show_hudmessage2()
{
show_hudmessage(0, "%s : %s", name, message[i + n])
}
ask me if something is unclear
__________________