SA-MP Forums Archive
[GameMode] Base de Mata Mata - 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)
+----- Forum: Lançamentos/Releases (https://sampforum.blast.hk/forumdisplay.php?fid=56)
+----- Thread: [GameMode] Base de Mata Mata (/showthread.php?tid=627226)



Base de Mata Mata - didimk157 - 25.01.2017

Eu estava criando uma GM de Mata - Mata mais parei por estar sem tempo entгo irei deixar aqui ela nгo vou falar muito dela apenas baixe e veja vc msm por que eu estou sem tempo e algum bug me fale por favor.

PASTEBIN.COM


Programando e Relaxando - RazorGuigo - 25.01.2017

Creditos das coisas de terceiro por favor!



PHP код:
if(Logado{id}==false
sa poha, ta forkada!


Re: Base de Mata Mata - HeisenGiromB - 25.01.2017

nгo й por nada nгo mas nem sistema de login tem '-'


Re: Base de Mata Mata - didimk157 - 25.01.2017

Quote:
Originally Posted by GiromB
Посмотреть сообщение
nгo й por nada nгo mas nem sistema de login tem '-'
Como eu disse eu estou sem tempo n criei isto


Re: Base de Mata Mata - TheBob - 25.01.2017

usa o meu parsa, й em comando mas funciona!


Re: Base de Mata Mata - didimk157 - 16.04.2017

Atualizado sу apenas login e registro


Re: razo gay - KinG7 - 17.04.2017

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


Re: razo gay - didimk157 - 17.04.2017

Quote:
Originally Posted by KinG7
Посмотреть сообщение
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
й sim muito suspeito atй porque eu retirei de um game mode de facзгo que eu tinha aqui eu nгo coloquei os crйditos porque todas os game mode de facзгo sгo tudo igual nгo sabia que foi o criador de verdade entгo nгo coloquei os crйditos... e vlw


Re: razo gay - Relaxed - 17.04.2017

Quote:
Originally Posted by didimk157
Посмотреть сообщение
й sim muito suspeito atй porque eu retirei de um game mode de facзгo que eu tinha aqui eu nгo coloquei os crйditos porque todas os game mode de facзгo sгo tudo igual nгo sabia que foi o criador de verdade entгo nгo coloquei os crйditos... e vlw
Ferb й o criador desses gamemodes de facзгo ai que tem pela internet.

Falta melhorar bastante coisa para alguem usar este seu gamemode base nй :c...
Mas enfim, boa iniciativa.


Re: razo gay - didimk157 - 17.04.2017

Quote:
Originally Posted by Relaxed
Посмотреть сообщение
Ferb й o criador desses gamemodes de facзгo ai que tem pela internet.

Falta melhorar bastante coisa para alguem usar este seu gamemode base nй :c...
Mas enfim, boa iniciativa.
Estou atualizando...vlw