01.08.2018, 19:18
Hi. I made a custom basic faction system, via mysql
but my question is how can I make faction cars?
shall I add them inside of MYSQL? i can create "factioncar" table, and as rows i can create
is that a good ideea?
but then what?
PHP код:
enum playerinfo
{
pFaction
............
shall I add them inside of MYSQL? i can create "factioncar" table, and as rows i can create
PHP код:
carid, carX, carY, carZ, carcolor, carcolor2, licenseplate
but then what?