help please.
#1

Hello, guys. Please help me.

PHP код:
C:\Users\Sanchez\Desktop\Justify\script\gamemodes\ucp.pwn(210) : error 075input line too long (after substitutions)
C:\Users\Sanchez\Desktop\Justify\script\gamemodes\ucp.pwn(211) : error 037invalid string (possibly non-terminated string)
C:\Users\Sanchez\Desktop\Justify\script\gamemodes\ucp.pwn(211) : error 017undefined symbol "INSERT"
C:\Users\Sanchez\Desktop\Justify\script\gamemodes\ucp.pwn(211) : error 017undefined symbol "INTO" 
PHP код:
            Newreg[playerid] = true;
            
mysql_format(mysqlquerysizeof(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]); 
Reply
#2

up topic
Reply
#3

Break your mysql format in three sentence
Like;
PHP код:
mysql_format(connectionHandlequerysizeof query"INSERT INTO `players` (bla, bla, bla,
bla, bla) VALUES ()"
blabla,
Blabla); 
I hope you understood what I meant.
Reply
#4

Quote:
Originally Posted by saffierr
Посмотреть сообщение
Break your mysql format in three sentence
Like;
PHP код:
mysql_format(connectionHandlequerysizeof query"INSERT INTO `players` (bla, bla, bla,
bla, bla) VALUES ()"
blabla,
Blabla); 
I hope you understood what I meant.
u forgot "\"

Reply
#5

That is not necessary, it will work without it as well.
Reply
#6

Quote:
Originally Posted by Yaa
Посмотреть сообщение
u forgot "\"

Should you really post that shitty meme on most of your posts? You looks so dumb like that, Seriously ...

Quote:
Originally Posted by saffierr
Посмотреть сообщение
That is not necessary, it will work without it as well.
Actually no.
Reply
#7

Quote:
Originally Posted by saffierr
Посмотреть сообщение
Break your mysql format in three sentence
Like;
PHP код:
mysql_format(connectionHandlequerysizeof query"INSERT INTO `players` (bla, bla, bla,
bla, bla) VALUES ()"
blabla,
Blabla); 
I hope you understood what I meant.
not working
Reply
#8

change to
pawn Код:
format(query, sizeof(query), "INSERT INTO `players` (bla, bla, bla,
mysql_tquery(connectionhandle, query);
Reply
#9

Quote:
Originally Posted by kloning1
Посмотреть сообщение
change to
pawn Код:
format(query, sizeof(query), "INSERT INTO `players` (bla, bla, bla,
mysql_tquery(connectionhandle, query);
This problem was solved now another.

PHP код:
C:\Users\Sanchez\Desktop\Justify\script\gamemodes\ucp.pwn(210) : warning 215expression has no effect
C
:\Users\Sanchez\Desktop\Justify\script\gamemodes\ucp.pwn(210) : error 001expected token";"but found "*"
C:\Users\Sanchez\Desktop\Justify\script\gamemodes\ucp.pwn(210) : error 029invalid expressionassumed zero
C
:\Users\Sanchez\Desktop\Justify\script\gamemodes\ucp.pwn(210) : error 029invalid expressionassumed zero
C
:\Users\Sanchez\Desktop\Justify\script\gamemodes\ucp.pwn(210) : fatal error 107too many error messages on one line 
PHP код:
Newreg[playerid] = true
Reply
#10

show from line 200 - 220

Newreg[playerid] = true; its not a eror
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)