[Ajuda] MySQL cache
#1

Bom estou tentando carregar um valor do MySQL

PHP код:
pInventario[inv_item_ativo][playerid][i] = cache_get_field_content_int(0str); 
mais ele estб dando este erro

PHP код:
C:\Users\Lucas\Desktop\SERVER\SERVER\gamemodes\inv.pwn(2060) : warning 213tag mismatch 
Reply
#2

Possibilidades
  • A variavel pInventario estб sendo criada com algum tag e recebendo um valor sem tag.
  • A matrix 1 de pInventario requer uma tag que contradiz com [i]inv_item_ativo[/b].
  • A matrix 2 de pInventario requer uma tag que contradiz com [i]playerid[/b].
  • A matrix 3 de pInventario requer uma tag que contradiz com [i]i[/b].
  • str estб com algum tag.
Reply
#3

Quote:
Originally Posted by Day_
Посмотреть сообщение
Possibilidades
  • A variavel pInventario estб sendo criada com algum tag e recebendo um valor sem tag.
  • A matrix 1 de pInventario requer uma tag que contradiz com [i]inv_item_ativo[/b].
  • A matrix 2 de pInventario requer uma tag que contradiz com [i]playerid[/b].
  • A matrix 3 de pInventario requer uma tag que contradiz com [i]i[/b].
  • str estб com algum tag.
obrigado pela ajuda, estava faltando bool:

PHP код:
bool:cache_get_field_content_int(0str); 
Reply
#4

tente assim:

PHP код:
pInventario[inv_item_ativo][playerid][i] = cache_get_field_content_int(0"Tabela"str); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)