SA-MP Forums Archive
mysql create table - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: mysql create table (/showthread.php?tid=356681)



mysql create table - thefatshizms - 04.07.2012

Hello, how would i do something like createtable if not exist?

with my enums
pawn Код:
enum PInfo
{
    Pusername[25],
    Ppassword[24],
    Pscore,
    Pmoney,
    Pbank,
    Pstat,
    Parmy,
    Pswat,
    Padmin,
    Pcop,
    Pregdate,
    Preg,
    Preport,
    Pwarned,
    Pprison,
    Phelper,
    Pemail[255],
    Pvip,
    Ptime,
    Parrest,
    Psurender,
    Prob,
    Prape,
    Pheal,
    Phitmanlvl,
    Psales,
    Pwepd,
    Pgmem,
    Pgown,
    Ptruck,
}



Re: mysql create table - Vince - 04.07.2012

Don't bother. Create tables yourself with some kind of GUI.


Re: mysql create table - thefatshizms - 04.07.2012

ok, im kinda getting sick of mysql lol pissing me off getting bluddy errors or something