SA-MP Forums Archive
[ HELP ] error 017: undefined symbol "InCar" - 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: [ HELP ] error 017: undefined symbol "InCar" (/showthread.php?tid=546636)



[ HELP ] error 017: undefined symbol "InCar" - SpikY_ - 16.11.2014

Help me can anyone fix it?

Here are the codes :

[ THE ERRORS ]
Код:
error 017: undefined symbol "InCar"
warning 215: expression has no effect
error 001: expected token: ";", but found "]"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line

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


4 Errors.
[ PAWNO CODE ] :
pawn Код:
InCar[playerid]=0;



Re: [ HELP ] error 017: undefined symbol "InCar" - Sawalha - 16.11.2014

Do you have
pawn Код:
new InCar[MAX_PLAYERS];
In your pwn file?


Re: [ HELP ] error 017: undefined symbol "InCar" - SpikY_ - 16.11.2014

No.. nothing like that


Re: [ HELP ] error 017: undefined symbol "InCar" - SpikY_ - 16.11.2014

now some more errors :

Код:
 : error 017: undefined symbol "mysql_insert_id"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


16 Errors.
pawn Код:
forward GetUserID(playerid);
public GetUserID(playerid)
{
Error :   PlayerInfo[playerid][UserID]=mysql_insert_id(eXs);
line      return 1;
}



Re: [ HELP ] error 017: undefined symbol "InCar" - Eth - 16.11.2014

Which MYSQL plugin are you using? I think it doesn't support that.


Re: [ HELP ] error 017: undefined symbol "InCar" - SpikY_ - 16.11.2014

i think r39-2


Re: [ HELP ] error 017: undefined symbol "InCar" - SpikY_ - 17.11.2014

which plugin do in need to fix it ? Current version R39-2

Sorry for the BUMP