08.02.2015, 13:05
It was commented out on purpose (for Pawno's function list feature). The syntax is
That means you need to use
And yes, you always need to specify the format string parameter, or else you'll get that error #017.
Code:
orm_insert_inline(ORM:ormid, callback, const format_string[], {_, Float}:...);
Code:
orm_insert_inline(AccountInfo[playerid][ACC_ORM_ID], using inline SetAccountID, "");