[Ajuda] cache_get_row ou cache_get_field_content_int ??
#4

cache_get_field_content => obtem-se a string
cache_get_field_content_int => retorno inteiro
cache_get_field_content_float => retorno float

Neste caso vocк deve saber o nome da coluna.

Exemplo
PHP код:
cache_get_field_content(0"Senha"APlayerData[playerid][PlayerPassword], *conexгo*, 64);
APlayerData[playerid][PlayerScore] = cache_get_field_content_int(0"Score", *conexгo*);
APlayerData[playerid][StatsMetersDriven] = cache_get_field_content_float(0"Metragem", *conexгo*); 
cache_get_row => obtem-se string
cache_get_row_int => retorno inteiro
cache_get_row_float => retorno float

Neste caso vocк deve saber o valor da coluna no MySQL.

Exemplo
PHP код:
cache_get_row(01APlayerData[playerid][PlayerPassword], *conexгo*, 64);
APlayerData[playerid][PlayerScore] = cache_get_row_int(02, *conexгo*);
APlayerData[playerid][StatsMetersDriven] = cache_get_row_float(03, *conexгo*); 
https://sampwiki.blast.hk/wiki/MySQL/R33
Reply


Messages In This Thread
cache_get_row ou cache_get_field_content_int ?? - by ThiagoScottish - 23.03.2018, 23:42
Re: cache_get_row ou cache_get_field_content_int ?? - by pWesley - 23.03.2018, 23:51
Re: cache_get_row ou cache_get_field_content_int ?? - by ThiagoScottish - 23.03.2018, 23:59
Re: cache_get_row ou cache_get_field_content_int ?? - by Locky_ - 24.03.2018, 01:28
Re: cache_get_row ou cache_get_field_content_int ?? - by XandyMello - 24.03.2018, 19:34
Re: cache_get_row ou cache_get_field_content_int ?? - by ThiagoScottish - 25.03.2018, 16:49

Forum Jump:


Users browsing this thread: 1 Guest(s)