2 errors.
#1

Hi everyone, can you help my? I having 2 errors.
Код:
mgrp_inc\mgrp_m.pwn(1346) : error 001: expected token: "-string end-", but found "-identifier-"
mgrp_inc\mgrp_m.pwn(1359) : error 001: expected token: "-string end-", but found "-identifier-"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Код:
	mysql_connect		( MYSQL_HOST, MYSQL_USER, MYSQL_DB, MYSQL_PASS); // sita
mysql_connect ( MYSQL_HOST, MYSQL_USER, MYSQL_DB, MYSQL_PASS ); //
Reply
#2

Which mysql plugin you use?

try to type mysql_connect( and wait 1 sec, it should show correct values types
Reply
#3

pawn Код:
new connectionHandle = mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_DB, MYSQL_PASS);
You need a connection handler as well.
Reply
#4

Quote:
Originally Posted by park4bmx
Посмотреть сообщение
pawn Код:
new connectionHandle = mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_DB, MYSQL_PASS);
You need a connection handler as well.
Код:
mgrp_inc\mgrp_m.pwn(1346) : error 001: expected token: "-string end-", but found "-identifier-"
mgrp_inc\mgrp_m.pwn(1359) : warning 219: local variable "connectionHandle" shadows a variable at a preceding level
mgrp_inc\mgrp_m.pwn(1359) : error 001: expected token: "-string end-", but found "-identifier-"
mgrp_inc\mgrp_m.pwn(1359) : warning 204: symbol is assigned a value that is never used: "connectionHandle"
mgrp_inc\mgrp_m.pwn(1346) : warning 204: symbol is assigned a value that is never used: "connectionHandle"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
https://sampforum.blast.hk/showthread.php?tid=122983 this im using
Reply
#5

then you dont need a connection hadle.
Reply
#6

Okey, i fix that erros, now i have one error, when i connecting my server on vps.
Segmentation fault

what that means?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)