[Ajuda] cache_get_field_content_int - 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] cache_get_field_content_int (
/showthread.php?tid=629328)
cache_get_field_content_int -
SmokiieGamer - 24.02.2017
Bom pessoal, preciso da vossa ajuda.
Estб dando erro em um sistema de casa que peguei em mysql.
PHP код:
C:\Users\Nelson\Desktop\GAMEMODE\gamemodes\house13.pwn(811) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\Nelson\Desktop\GAMEMODE\gamemodes\house13.pwn(812) : error 017: undefined symbol "cache_get_field_content"
PHP код:
id = cache_get_field_content_int(loaded, "ID");
cache_get_field_content(loaded, "HouseName", HouseData[id][Name], .max_len = MAX_HOUSE_NAME);
Re: cache_get_field_content_int -
SmokiieGamer - 25.02.2017
UP '-'
Re: cache_get_field_content_int - Whoo - 25.02.2017
Bom isso esta acontecendo por causa da versгo da include/plugin do mysql... vocк tem que atualizar ... lembrando que as ultimas versхes essas funзхes foram renomeadas e se for utilizar deve alterar no script para o nome atual..
https://github.com/pBlueG/SA-MP-MySQL/releases
Re: cache_get_field_content_int -
SmokiieGamer - 25.02.2017
Quote:
Originally Posted by Whoo
Bom isso esta acontecendo por causa da versгo da include/plugin do mysql... vocк tem que atualizar ... lembrando que as ultimas versхes essas funзхes foram renomeadas e se for utilizar deve alterar no script para o nome atual..
https://github.com/pBlueG/SA-MP-MySQL/releases
|
Valeu
#RESOLVIDO