Quote:
Originally Posted by RazorGuigo
Creditos das coisas de terceiro por favor!
PHP код:
if(Logado{id}==false)
sa poha, ta forkada!
|
tudo vc diz isso, Quero saber alguma coisa feita aqui no fуrum, que nгo foi feita se baseando em nada ._.
eu ja nem falo mais nada, eu fiz o Gamemode base postei no forum e nem pedi pra manter creditos, e o pessoal tira, eu mesmo jб fiz isso kkkkkkkkkkkkkkk'
@TOPPIC
Код:
stock SalvarDados(playerid)
{
getdate(AnoL[playerid], MesL[playerid], DiaL[playerid]);
gettime(HoraL[playerid], MinutoL[playerid]);
DOF2_SetInt(PegarConta(playerid), "Level", GetPlayerScore(playerid));
DOF2_SetInt(PegarConta(playerid), "Dinheiro", GetPlayerMoney(playerid));
DOF2_SetInt(PegarConta(playerid), "SkinAtual", GetPlayerSkin(playerid));
DOF2_SetInt(PegarConta(playerid), "AdminLevel", Player[playerid][Admin]);
DOF2_SetInt(PegarConta(playerid), "Vip", Player[playerid][Vip]);
DOF2_SetInt(PegarConta(playerid), "Logou", Player[playerid][Logou]);
DOF2_SetInt(PegarConta(playerid), "Matou", Player[playerid][Matou]);
DOF2_SetInt(PegarConta(playerid), "Morreu", Player[playerid][Morreu]);
DOF2::SetInt(PegarConta(playerid), "MinutoL", MinutoL[playerid]);
DOF2::SetInt(PegarConta(playerid), "HoraL", HoraL[playerid]);
DOF2::SetInt(PegarConta(playerid), "DiaL", DiaL[playerid]);
DOF2::SetInt(PegarConta(playerid), "MesL", MesL[playerid]);
DOF2::SetInt(PegarConta(playerid), "AnoL", AnoL[playerid]);
pq vocк tava fazendo em DOF2_SetInt
e do nada mudou para DOF2::SetInt ?
sei que й tudo a mesma coisa.. porem й suspeito isso.
~~~
quando tem muitas variaveis em um mesmo local.. vc pode fazer isso cara..
Код:
new
Player[MAX_PLAYERS][pDados],
bool:Logado[MAX_PLAYERS char],
HoraL[MAX_PLAYERS],
AnoL[MAX_PLAYERS],
MesL[MAX_PLAYERS],
DiaL[MAX_PLAYERS],
MinutoL[MAX_PLAYERS],
HighestID
;
do mais.. boa iniciativa