How would I save these?
#1

First.. I want to make this dynamic... How would I add them in MySQL table called "business"? (Meaning do I use NULL and such?)

Код:
	bType,
	bOwner[MAX_PLAYER_NAME],
	bName[32],
	Float: bExteriorPos[3],
	Float: bInteriorPos[3],
	bInterior,
	bLocked,
	Float: bMiscPos[3],
	bVault,
	Text3D: bLabelID,
	bPickupID,
	bPrice,
Reply
#2

You need the data types that you can find here.
Reply
#3

Okay thanks, I've done it.. But how would I save/load it all?
Reply
#4

Check this tutorial, it'll help you a lot on what you want.
[Tutorial] Making a MySQL system by [HiC]TheKiller
Reply
#5

Not really :/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)