SA-MP Forums Archive
Help Please - 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: Help Please (/showthread.php?tid=600225)



Help Please - K0P - 05.02.2016

Errors
Код:
error 075: input line too long (after substitutions)
error 037: invalid string (possibly non-terminated string)
error 017: undefined symbol "INSERT"
error 017: undefined symbol "INTO"
fatal error 107: too many error messages on one line
Code
Код:
	           
mysql_format(mysql, query, sizeof(query),"INSERT INTO `players` (`Logged_In`, `Name` , `Password`, `IP`, `Admin`, `VIP`, `Skin`, `Pms`, `Gos`, `God`, `MegaJump`, `Deaths`, `FreeRoam_Score`, `Deathmatch_Score`, `Duel_Score`, `Color`, `Fighting_Style`, `Chat_Messages`, `Ban_Count`, `Jail_Count`, `Kick_Count`, `Mute_Count`, `Explode_Count`, `Slap_Count`, `Weapon_Reset_Count`, `Jailed`, `Muted`, `Frozen`, `Banned`, `Time`, `Weather`) VALUES (1, '%e', '%e', '%e', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 2)",ip, PlayerInfo[playerid][pPass]);
mysql_query(mysql, query, "OnAccountRegister", "i", playerid);



Re: Help Please - K0P - 05.02.2016

anyone?


Re: Help Please - SsHady - 05.02.2016

Use strcat.
https://sampwiki.blast.hk/wiki/Strcat


Re: Help Please - K0P - 05.02.2016

Quote:
Originally Posted by SsHady
Посмотреть сообщение
Thanks


Re: Help Please - amirm3hdi - 05.02.2016

Actually the error is self explained... input line too long.