19.08.2012, 01:51
this is the error
line
This is the code putting under OnGamemodeinit for mysql
How to fix that error? help
pawn Код:
C:\Documents and Settings\user\My Documents\Downloads\0.3e\gamemodes\mysql.pwn(3597) : error 037: invalid string (possibly non-terminated string)
C:\Documents and Settings\user\My Documents\Downloads\0.3e\gamemodes\mysql.pwn(3597) : error 017: undefined symbol "CREATE"
C:\Documents and Settings\user\My Documents\Downloads\0.3e\gamemodes\mysql.pwn(3597) : error 017: undefined symbol "TABLE"
C:\Documents and Settings\user\My Documents\Downloads\0.3e\gamemodes\mysql.pwn(3597) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
line
pawn Код:
mysql_query("CREATE TABLE IF NOT EXISTS playerdata(user VARCHAR(24), password VARCHAR(40), registered INT(20), loggedin INT(20), Rb INT(20), Unlimitedb INT(20), Quickweapon INT(20), Vgoto INT(20), PlayerFly INT(20), TP INT(20), Function1 INT(20), Function2 INT(20), Function3 INT(20), Function4 INT(20), Function5 INT(20), Cookies INT(20), Cakes INT(20), Biscuits INT(20), IceCreams INT(20),level INT(20), LastOn VARCHAR(15), money INT(20), kills INT(20), deaths INT(20), Bank INT(20), weed INT(20))");
How to fix that error? help