After reading set_task's funcwiki page (and finding it pretty weird, by the way) I've got into a small question. I want to make a task that will pass a player's ID and a string as parameters.
1 - Do I have to "hide" the ID within the string's array?
2 - Is the parameter[] array internally copied in AMXX or is it kept inside Pawn for efficiency (similar to Lua)?