09.02.2017, 13:39
I was making a faction system....so
i wanted to know is that a Right Way to set relation between tables.....i mean i haven't tested so i wanted to know will they perform good?
second......i'm using ORM to save everything.....can you give me an example how i will update faction info...
like i have cmd in script....
PHP код:
CMD:faccreate(playerid,params[])
i know i have to use orm_save(blablabla)....
but how.....