Loading System
#3

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

Код:
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];
Reply


Messages In This Thread
Loading System +REP - by JessThompson - 06.03.2017, 04:49
Re: Loading System - by Unte99 - 06.03.2017, 05:45
Re: Loading System - by JessThompson - 06.03.2017, 06:12
Re: Loading System - by Unte99 - 06.03.2017, 08:02
Re: Loading System - by JessThompson - 06.03.2017, 08:05
Re: Loading System - by Unte99 - 06.03.2017, 08:54
Re: Loading System - by JessThompson - 06.03.2017, 09:10
Re: Loading System - by Unte99 - 06.03.2017, 09:15
Re: Loading System - by JessThompson - 06.03.2017, 09:18
Re: Loading System - by Unte99 - 06.03.2017, 09:23

Forum Jump:


Users browsing this thread: 1 Guest(s)