SA-MP Forums Archive
[AJUDA] TextDraw Score ! - 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] TextDraw Score ! (/showthread.php?tid=293063)



[AJUDA] TextDraw Score ! - danktog - 26.10.2011

estou com um problema aqui, estou usando o sistema de salvamento de score do [FeK]DraKiNs.
o sistema й assim:

Em OnPlayerConnect:
pawn Код:
if(dini_Isset("score.ini",PlayerName(playerid))) SetPlayerScore(playerid,dini_Int("score.ini",PlayerName(playerid)));
Em OnPlayerDisconnect:
pawn Код:
dini_IntSet("score.ini",PlayerName(playerid),GetPlayerScore(playerid));
Em OnGameModeInit:
pawn Код:
if(!fexist("score.ini")) dini_Create("score.ini");
aн estou tentando criar um textdraw de score:
ta assim:

pawn Код:
format(string,sizeof(string),"Score: %s",  ? ? ? ?  );
nгo estou sabendo oque por onde estб ? ? ? ? , e se ta certo o %s ....

alguem pode me ajudar ae ?

VLW !!!


Re: [AJUDA] TextDraw Score ! - Miqueias Barros - 26.10.2011

EDIT

Ops, tinha entendido mal, veja como que й

pawn Код:
if(strcmp(cmdtext, "/meuscore", true) == 0)
{
new strmiqueias[64];
new pScore = GetPlayerScore(playerid);
format(strmiqueias, sizeof(strmiqueias), "[INFO] Vocк tem %i de score!", pScore);
ShowPlayerDialog(playerid, 1000, DIALOG_STYLE_MSGBOX, "Seu Score:", strmiqueias, "Fechar", "");
return 1;
}
Vкr se funciona, nгo testei, se num funcionar troca esse
pawn Код:
format(strmiqueias, sizeof(strmiqueias), "[INFO] Vocк tem %i de score!", pScore);
por esse
pawn Код:
format(strmiqueias, sizeof(strmiqueias), "[INFO] Vocк tem %i de score!", pScore(playerid));
Espero ter ajudado.


Re: [AJUDA] TextDraw Score ! - Lуs - 26.10.2011

Se for nъmero inteiro utilize

%d.

Se for uma palavra utilize

%s.


Re: [AJUDA] TextDraw Score ! - Vai_Besta - 26.10.2011

pawn Код:
format(string,sizeof(string),"Score: %d",GetPlayerScore(playerid));
Vocк deve criar um textdraw para cada player



Re: [AJUDA] TextDraw Score ! - [O.z]Caroline - 26.10.2011

pawn Код:
if(strcmp(cmdtext, "/meuscore", true) == 0)
{
    new
        s[64]
    ;
    format(s, sizeof(s), "Seu Score й:\n%i de score!", GetPlayerScore(playerid));
    ShowPlayerDialog(playerid, 1000, DIALOG_STYLE_MSGBOX, "Informaзхes~", s, "Carol", "e_Gata");
    return 1;
}



Re: [AJUDA] TextDraw Score ! - Miqueias Barros - 26.10.2011

Quote:
Originally Posted by [O.z]Caroline
Посмотреть сообщение
ShowPlayerDialog(playerid, 1000, DIALOG_STYLE_MSGBOX, "Informaзхes~", s, "Carol", "e_Gata");
Uii (6)'


Re: [AJUDA] TextDraw Score ! - danktog - 26.10.2011

Miqueias Barros ja mim ajudou...

VLW !!!


Re: [AJUDA] TextDraw Score ! - Miqueias Barros - 26.10.2011

Nгo tem por onde.


Re: [AJUDA] TextDraw Score ! - Lуs - 26.10.2011

Quote:
Originally Posted by Miqueias Barros
Посмотреть сообщение
Nгo tem por onde.
Copiгo.


Re: [AJUDA] TextDraw Score ! - Miqueias Barros - 26.10.2011

Quote:
Originally Posted by Los
Посмотреть сообщение
Copiгo.
WTF *

Copiгo do Chaves nй, kkkkk