[Ajuda] Data - 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] Data (
/showthread.php?tid=568272)
Data -
ZeZin - 21.03.2015
Porque nгo estб nem aparecendo na coluna dia,mкs,ano?
pawn Код:
DOF2_SetInt(arquivo, "dia", PlayerInfo[playerid][dia]);
DOF2_SetInt(arquivo, "mes", PlayerInfo[playerid][mes]);
DOF2_SetInt(arquivo, "ano", PlayerInfo[playerid][ano]);
getdate(ano, mes, dia);
format(arquivo, 40, "%02d/%02d/%d", dia, mes, ano);
Re: Data -
ipsLuan - 21.03.2015
PHP код:
new ano, mes, dia, data[40];
getdate(ano, mes, dia);
format(data, sizeof(data), "%02d/%02d/%d", dia, mes, ano);
DOF2_SetString(conta, "Data", data);
Estou pelo celular...
Re: Data -
ZeZin - 21.03.2015
estб (null).
Re: Data -
MatheusAlcapone - 21.03.2015
Esta usando
?
Re: Data -
ZeZin - 21.03.2015
Todos estгo salvando so a data estб null.
Re: Data -
MatheusAlcapone - 21.03.2015
Posta o cуdigo completo.
Re: Data -
ZeZin - 21.03.2015
fiz que nem ele fez
pawn Код:
getdate(dia, mes, ano);
format(data,sizeof(data), "%02d/%02d/%d", dia, mes, ano);
DOF2_SetString(arquivo,"Data",PlayerInfo[playerid][Data]);
Re: Data -
MatheusAlcapone - 21.03.2015
pawn Код:
getdate(dia, mes, ano);
format(data,sizeof(data), "%02d/%02d/%d", dia, mes, ano);
DOF2_SetString(arquivo,"Data",data);
Re: Data -
ZeZin - 21.03.2015
Quote:
Originally Posted by MatheusAlcapone
pawn Код:
getdate(dia, mes, ano); format(data,sizeof(data), "%02d/%02d/%d", dia, mes, ano); DOF2_SetString(arquivo,"Data",data);
|
+REP
Re: Data -
MatheusAlcapone - 21.03.2015
Nгo me agradeзa, o Luan que te ajudou apenas orientei.