SA-MP Forums Archive
How to fix These error's? - 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: How to fix These error's? (/showthread.php?tid=493173)



How to fix These error's? - vulcanica - 07.02.2014

Quote:

D:\Ultimate Gaming\Ultimate Gaming\pawno\include\g_mysql.inc(3 : warning 235: public function lacks forward declaration (symbol "OnQueryFinish")
D:\Ultimate Gaming\Ultimate Gaming\pawno\include\g_mysql.inc(49) : error 017: undefined symbol "PlayerInfo"
D:\Ultimate Gaming\Ultimate Gaming\pawno\include\g_mysql.inc(49) : warning 215: expression has no effect
D:\Ultimate Gaming\Ultimate Gaming\pawno\include\g_mysql.inc(49) : error 001: expected token: ";", but found "]"
D:\Ultimate Gaming\Ultimate Gaming\pawno\include\g_mysql.inc(49) : error 029: invalid expression, assumed zero
D:\Ultimate Gaming\Ultimate Gaming\pawno\include\g_mysql.inc(49) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.

This line Error
Quote:

mysql_fetch_field_row(PlayerInfo[extraid][pIP], "IP", MainPipeline);

And on enum pInfo
Quote:

pIP[32],

Help me pls !


Re : How to fix These error's? - Baris60 - 07.02.2014

Test a Mysql Plugin BlueG
Sorry for Orthographe im french


Re: Re : How to fix These error's? - vulcanica - 07.02.2014

Quote:
Originally Posted by Baris60
Посмотреть сообщение
Test a Mysql Plugin BlueG
Sorry for Orthographe im french
im using R5/R6 Pugin BlueG but Error again


Re: How to fix These error's? - BullseyeHawk - 07.02.2014

You're trying to call something out of a include, that is inside a gamemode/filterscript. Did you connect them both to pass the same data?


Re: How to fix These error's? - vulcanica - 07.02.2014

Quote:
Originally Posted by BullseyeHawk
Посмотреть сообщение
You're trying to call something out of a include, that is inside a gamemode/filterscript. Did you connect them both to pass the same data?
i don't know can you help me on teamview pls


Re: How to fix These error's? - BullseyeHawk - 07.02.2014

I am not going to download teamviewer for this, either you post your include and gamemode here or in my PM. Or I can't help you.