01.06.2010, 17:20
Hello all, i need help because i getting error when i compiling:
Here is all line:
Код:
C:\Users\Donatas\Desktop\Samp Serveris\gamemodes\GRPLT.pwn(12469) : error 037: invalid string (possibly non-terminated string) C:\Users\Donatas\Desktop\Samp Serveris\gamemodes\GRPLT.pwn(12469) : error 017: undefined symbol "INSERT" C:\Users\Donatas\Desktop\Samp Serveris\gamemodes\GRPLT.pwn(12469) : error 017: undefined symbol "INTO" C:\Users\Donatas\Desktop\Samp Serveris\gamemodes\GRPLT.pwn(12469) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код:
new string[633]; format(string,sizeof(string),"INSERT INTO `kitiduomenys` (`Vardas`, `Money.Pocket`,`Money.Bank`, `Money.Home`,`Biznis`, `Wanted`, `Car`,`Gang`, `Islead`, `Lead`, `Kalejime`, `Ginklo Licenzija`, `Dirba`, `Specialybe`, `Club`, `Rangas`,`Drabuziai`, `Uniforma`, `Uniformd`, `Xp`, `Lytis`, `Ekstaze`, `Heroinas`, `Zolyte`, `LSD`, `Kokainas`, `Technikine`, `Bakelis`, `Teises`, `MTeises`, `VTeises`, `LTeises`) VALUES ('%s','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i','%i')", name,GetPlayerMoneyA(playerid),playerDB[playerid][banke],playerDB[playerid][namuose],playerDB[playerid][biznis], GetPlayerWantedLevel(playerid),playerDB[playerid][pcar],gplayerDB[playerid][pgang],gplayerDB[playerid][islead],playerDB[playerid][plead],playerDB[playerid][kalejimo_laikas], playerDB[playerid][licenzija],playerDB[playerid][tvarkosdarbai],playerDB[playerid][specialybe],playerDB[playerid][klubas],playerDB[playerid][rangas], playerDB[playerid][drabuziai],playerDB[playerid][uniforma],playerDB[playerid][uniformd]); mysql_query(string);