05.12.2011, 22:24
Hey,
I am trying to query this so i can simply swap my hosts etc... to run on 2 different hosts for adding more servers.
Also would i still need to use enums with this method?
Sorry for the length of it.
Thanks In Advance.
I am trying to query this so i can simply swap my hosts etc... to run on 2 different hosts for adding more servers.
pawn Код:
mysql_query("CREATE TABLE IF NOT EXISTS PlayerData(Username VARCHAR(24), Password VARCHAR(32), Administrator INT(4), Donator INT(1), Cheater INT(1), Banned INT(1), Muted INT(1), TimesRobbed INT(8), Robbed INT(8), Wanted Levels INT(8), Kills INT(8), Deaths INT(8), Score INT(8), Money INT(8), Health FLOAT, Armour FLOAT)");
Also would i still need to use enums with this method?
Sorry for the length of it.
Thanks In Advance.