31.03.2015, 23:22
I am not too sure... can I declare two functions that accept different arguments using automaton? Example:
stock SortArray(array[]) <MyState:one> {}
stock SortArray(array[][]) <MyState:two> {}
stock SortArray(array[]) <MyState:one> {}
stock SortArray(array[][]) <MyState:two> {}

