[Ajuda] Se assim carrega uma float, como carregar uma string?
#1

Desse jeito eu carrego funcionalmente uma float no meu sistema de login do mysql
Код:
float_dest[8] = cache_get_field_content_float(0, "carroid");     	carroid[playerid] = float_dest[8];
Como carregar uma string?
Como essa:
Код:
new nomedopai[30][MAX_PLAYERS];
Reply
#2

PHP код:
new nomedopai[MAX_PLAYERS];
cache_get_field_content(0,  "nomedopai"nomedopai[playerid], handle30); 
Reply
#3

O valor 30 (referente a string) vem depois do valor MAX_PLAYERS.
Reply
#4

reputados! Obrigado!

o que seria esse handle?
Reply
#5

O handle no caso й a variбvel que armazena a conexгo MySQL. Ela que farб com que a funзгo funcione.
Reply
#6

Quote:
Originally Posted by pWesley
Посмотреть сообщение
O handle no caso й a variбvel que armazena a conexгo MySQL. Ela que farб com que a funзгo funcione.
Isso?
Код:
ConnectMYSQL = mysql_connect(MYSQL_HOST,MYSQL_USER,MYSQL_DB,MYSQL_PASS);
Ou eu to viajando?


EDIT:
Код:
error 017: undefined symbol "handle"
Reply
#7

Quote:
Originally Posted by pedrotvr
Посмотреть сообщение
Isso?
Код:
ConnectMYSQL = mysql_connect(MYSQL_HOST,MYSQL_USER,MYSQL_DB,MYSQL_PASS);
Ou eu to viajando?


EDIT:
Код:
error 017: undefined symbol "handle"
Correto somente mude o handle por ConnectMYSQL; Que й sua variavel de connecзгo com o MySQL;
Reply
#8

Obrigado gente!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)