06.03.2017, 06:12
Nothing shows up in the log, It don't even create one and I have enabled logging
Here is the HTML version
http://liamleonard.com/mysql_log.html
That is why I don't understand why its not working, As in the logs it says that it is grabbing it but its not storing it within the enum variable?
Here is the enum
Here is the HTML version
http://liamleonard.com/mysql_log.html
That is why I don't understand why its not working, As in the logs it says that it is grabbing it but its not storing it within the enum variable?
Here is the enum
Код:
enum CellInfo { CellSQLID, CellName[128], CellLocked, CellOwner, CellPrice, CellLevel, CellWeaponOne, CellWeaponTwo, CellWeed, CellCoke, Float:CellEntPosX, Float:CellEntPosY, Float:CellEntPosZ, Float:CellExtPosX, Float:CellExtPosY, Float:CellExtPosZ, CellPickup, CellLabel, CellLoaded, } new CellSystem[MAX_CELLS][CellInfo];