How to save this enum?
#2

pawn Код:
format(string, sizeof(string), "%d\n",
        StoreInfo[id][sProducts]
To:

pawn Код:
format(string, sizeof(string), "%d\n", StoreInfo[id][sProducts]);
You forgot a closing bracket and a semicolon.
Reply


Messages In This Thread
How to save this enum? - by RALL0 - 17.08.2013, 13:45
Re: How to save this enum? - by gtakillerIV - 17.08.2013, 13:47
Re: How to save this enum? - by RALL0 - 17.08.2013, 13:50

Forum Jump:


Users browsing this thread: 2 Guest(s)