06.01.2014, 17:42
First: I'd say it's easier and much more flexible than cache version ( I like it )
Second: of course it's faster than version r6 below, but compared to r7+ (cache version) it's faster but it is not worth converting to orm, it's just little speed difference as said on this tutorial: https://sampforum.blast.hk/showthread.php?tid=461766
Third: I believe there is no orm_add_int and yes after you use orm_addvar_int, it stores the value it got from the row.
- I hope you understand what I mean, but if you don't have any knowledge about MySQL, I suggest you reading the SA-MP Wiki and AndreT's Tutorial on orm
Second: of course it's faster than version r6 below, but compared to r7+ (cache version) it's faster but it is not worth converting to orm, it's just little speed difference as said on this tutorial: https://sampforum.blast.hk/showthread.php?tid=461766
Third: I believe there is no orm_add_int and yes after you use orm_addvar_int, it stores the value it got from the row.
pawn Код:
orm_addvar_int(id, eNum[playerid][pKills], "Kills");
//native funct(accountid, enum, gets the information from 'kills' row and store it in eNum[playerid][pKills]