17.01.2017, 08:46
Hello, guys. Please help me.
PHP код:
C:\Users\Sanchez\Desktop\Justify\script\gamemodes\ucp.pwn(210) : error 075: input line too long (after substitutions)
C:\Users\Sanchez\Desktop\Justify\script\gamemodes\ucp.pwn(211) : error 037: invalid string (possibly non-terminated string)
C:\Users\Sanchez\Desktop\Justify\script\gamemodes\ucp.pwn(211) : error 017: undefined symbol "INSERT"
C:\Users\Sanchez\Desktop\Justify\script\gamemodes\ucp.pwn(211) : error 017: undefined symbol "INTO"
PHP код:
Newreg[playerid] = true;
mysql_format(mysql, query, sizeof(query), "INSERT INTO `players` (`ID`, `User`, `Pass`, `IP`, `Admin`, `SkinID`, `AccountLocked`, `AccountBanned`, `BanningAdmin`, `BannedReason`, `MoneyHand`, `MoneyBank`,`Health`, `Armour`, `LastActivity`, `WeaponSlot1`, `WepSlotAmmo1`, `WeaponSlot2`, `WepSlotAmmo2`, `WeaponSlot3`, `WepSlotAmmo3`, `WeaponSlot4`, `WepSlotAmmo4`, `WeaponSlot5`, `WepSlotAmmo5`) VALUES ('', '%e', '%s', '%s', 0, 299, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 5000, 0, 0, 0, 100.0, 0.0, 0, 0)", GetUserName(playerid), Player[playerid][Pass], IP[playerid]);