Jump to content
  • 0

[NEEDHELP] input line too long (after substitutions) on : mysql_tquery


Question

Posted

at this line we have :

 

mysql_tquery(g_SQL, "CREATE TABLE IF NOT EXISTS `players` (`id` int(11) NOT NULL AUTO_INCREMENT,`username` varchar(24) NOT NULL,`password` char(64) NOT NULL,`salt` char(16) NOT NULL,`kills` mediumint(8) NOT NULL DEFAULT '0',`deaths` mediumint(8) NOT NULL DEFAULT '0',`x` float NOT NULL DEFAULT '0',`y` float NOT NULL DEFAULT '0',`z` float NOT NULL DEFAULT '0',`angle` float NOT NULL DEFAULT '0',`interior` tinyint(3) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `username` (`username`))");
   

now if i add another part to this code like 'Alevel' tinyint(3) or every more case for adding new table compiler give me error :

error 075: input line too long (after substitutions)

error 037: invalid string (possibly non-terminated string)

why it happen and how i can fix and add my values or create new values

3 answers to this question

Recommended Posts

  • 0
Posted
2 hours ago, Pa4enka said:

download Zeex compiler.

hello its still get error if you mean that file:pawnc-3.10.10-windows

otherwise please give me the link of it

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.