Duvidas MYSQL
#1

cache_get_field_content
Isso й pra pegar strings nй? Pq com parametros _int й inteiro, e _float pra flotoantes, certo?

Nome[playerid] = cache_get_field_content(0, "Nome");

O que й esse 0?
Reply
#2

Tbm tenho as minhas
1
O que seria
format(query, sizeof(query), "UPDATE accounts SET ALGOUMAVAR = '%e'
Esse %e, jб vi nгo sei oq й
%d й inteiros, entгo pra q serve %i?

2
#define SQL_USER_WRITE "root"
#define SQL_USER_READ "root"

#define SQL_USER_WRITE_PASS ""
#define SQL_USER_READ_PASS ""

O que seria esse READ e esse WRITE, botei root pq nгo sabia o que por e o unico que eu tenho й o root XD

3
Pq toda vez q eu inicio meu gm aparece isso? \/
[23:22:27] [WARNING] CMySQLHandle::Create - connection already exists
Reply
#3

Seria assim:

pawn Код:
cache_get_field_content(0, "Nome", Nome[playerid]);
Reply
#4

FAIL aqui
pawn Код:
cache_get_field_content(0, "facname", HouseInfo[houseid][facname] ); // warning 213: tag mismatch
Reply
#5

Quote:
Originally Posted by luccagomes15
Посмотреть сообщение
O que й esse 0?
Й o nъmero da primeira linha da tabela selecionada pela query.

Код:
[23:22:27] [WARNING] CMySQLHandle::Create - connection already exists
Porque vocк tб criando um handle de uma conexгo jб existente, posta seu mysql_connect
Reply
#6

Pode-se usar tambйm

pawn Код:
mysql_fetch_field_row(savingstring, "Username"); nome(playerid);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)