SA-MP Forums Archive
[Ajuda] erro ao compilar gm mysql - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] erro ao compilar gm mysql (/showthread.php?tid=615821)



erro ao compilar gm mysql - DKDarkking - 27.08.2016

daй galera fmz? entгo alguйm pode me ajudar aqui a resolver esse problema .... jб atualizei a include varias vezes e sempre dб esse erro

Код:
C:\Users\Admin\Desktop\GZ.pwn(12109) : error 017: undefined symbol "cache_get_field_int"
C:\Users\Admin\Desktop\GZ.pwn(12110) : error 017: undefined symbol "cache_get_field_int"
C:\Users\Admin\Desktop\GZ.pwn(12112) : error 017: undefined symbol "cache_get_field_int"
C:\Users\Admin\Desktop\GZ.pwn(12113) : error 017: undefined symbol "cache_get_field_int"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
LI8NHAS

Код:
				PlayerInfo[extraid][pInterior] 		= cache_get_field_int(0, "Interior");
				PlayerInfo[extraid][pMundoVirtual] 	= cache_get_field_int(0, "MundoVirtual");

				PlayerInfo[extraid][arrestado] 		= cache_get_field_int(0, "arrestado");
				PlayerInfo[extraid][horasjugadas] 	= cache_get_field_int(0, "horasjugadas");



Re: erro ao compilar gm mysql - 99fe3rnando - 27.08.2016

Tente assim:
Quote:

cache_get_field_content_int

https://sampwiki.blast.hk/wiki/MySQL/R33