SA-MP Forums Archive
[Ajuda] cache_get_field_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_int (/showthread.php?tid=627417)



cache_get_field_int - Diggie - 27.01.2017

Nгo consigo achar essa funзгo em nenhum gamemode. Eu tenho a versгo R7 do MySQL, nгo tem isso aн. Alguйm sabe?

Код:
Personagem[playerid][Skin] = cache_get_field_content_int(0, "Skin");
Nгo posso fazer o que foi apresentado no cуdigo aн pq nгo tenho a cache_get_field_int definida como funзгo.


Respuesta: cache_get_field_int - SammyJ - 27.01.2017

Acho que tenham mudado.

PHP код:
cache_get_value_name_int(0"Skin"Personagem[playerid][Skin]); 



Re: cache_get_field_int - Diggie - 27.01.2017

Код:
error 017: undefined symbol "cache_get_value_name_int"
Vix.


Re: cache_get_field_int - Whoo - 27.01.2017

vocк deve atualizar o seu plugin para utilizar a funзгo cache_get_value_name_int
https://github.com/pBlueG/SA-MP-MySQL/releases


Re: cache_get_field_int - Diggie - 27.01.2017

Tem aн algum tutorial ou post oficial do uso do mysql r41-2? Nгo achei nenhum. Deu certo o que vocк disse mas deu uma porrada de erros por eu estar usando variбveis/funзхes antigas.