08.02.2015, 17:53
Quote:
Before removing the comments this is what I got.
Code:
error 017: undefined symbol "orm_insert_inline" Code:
error 035: argument type mismatch (argument 2) ![]() EDIT: This is how I'm trying to use it. Code:
if(strlen(inputtext) != 0) { inline SetAccountID() { AccountInfo[playerid][AccountID] = cache_insert_id(); RegisterEmail(playerid); } orm_insert_inline(AccountInfo[playerid][ACC_ORM_ID], using inline SetAccountID, ""); } |
- don't edit the plugin include!
- take a look at this tutorial; 'orm_insert_inline' works just like that