my sql help - 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: my sql help (
/showthread.php?tid=423829)
my sql help -
Tuntun - 19.03.2013
Hello
There is any include my sql please? i need a my sql.. i think.
Look at this Error:
Код:
E:\LoF.pwn(5) : fatal error 100: cannot read from file: "a_mysql"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Please fix it.
Re: my sql help -
Glad2BeHere - 19.03.2013
this is cuz u don't have the a_mysql include in the same include folder as the pawno.exe u open
pawno >>> include >>> include suppose to be located here
Re: my sql help -
Djole1337 - 19.03.2013
Since a_mysql.inc is NOT a part of 0.3x package you'll have to download it.
Re: my sql help -
Tuntun - 19.03.2013
Thanks and New Error:
what is this:
Код:
E:\TDM\gamemodes\LoF.pwn(6) : fatal error 100: cannot read from file: "utils"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: my sql help -
Jstylezzz - 19.03.2013
Same, download the include and place it in the pawno > include folder.
Re: my sql help -
Tuntun - 19.03.2013
Thankd and Link to download please? and please Fast
Re: my sql help -
Bikken - 19.03.2013
Download utils.inc
Download link -
http://code.******.com/p/cwrp/downlo...name=utils.inc
Re: my sql help -
Tuntun - 19.03.2013
Some Questions and Problems.
Problem:
Код:
E:\TDM\gamemodes\LoF.pwn(5237) : error 017: undefined symbol "distance"
E:\TDM\gamemodes\LoF.pwn(5237) : warning 215: expression has no effect
E:\TDM\gamemodes\LoF.pwn(5237) : error 001: expected token: ";", but found ")"
E:\TDM\gamemodes\LoF.pwn(5237) : error 029: invalid expression, assumed zero
E:\TDM\gamemodes\LoF.pwn(5237) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
Question:
Do i need wrtie utils in server.cfg?
Re: my sql help -
Jstylezzz - 19.03.2013
behind 'new distance' add a ';'
Re: my sql help -
Tuntun - 19.03.2013
I Have this Tow Thing:
new DistanceFlown1[MAX_PLAYERS];
new DistanceFlown2[MAX_PLAYERS];