05.05.2020, 08:27
after
add the orm_apply_cache function
i dont know why, but i've changed it to
instead "username"...
i am just trying to help, maybe that solves your problem
edit: https://sampwiki.blast.hk/wiki/MySQL#orm_apply_cache check this and the other functions, not this only one.
you should modify that "0" according to your script
Code:
orm_setkey(ormid, "username");
Code:
orm_apply_cache( ormid, 0 ); // example
Code:
orm_setkey( ormid, "ID" );
i am just trying to help, maybe that solves your problem
edit: https://sampwiki.blast.hk/wiki/MySQL#orm_apply_cache check this and the other functions, not this only one.
you should modify that "0" according to your script