[PEDIDO] Contagem de Score. +rep
#1

Alguйm aн tem um COD ou FS que conte o score do player ? E claro, que salve na conta do player, e que apareзa em cima do radar, tipo assim: SCORE: (tal score do player).

Desde, jб grato.
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=117851 +
https://sampwiki.blast.hk/wiki/TextDrawSetString

Divirta-se.
Reply
#3

FS ou COD em portugues ... --'
Reply
#4

Biscoito
Reply
#5

.
Reply
#6

--' quй tudo pronto man
Reply
#7

To pedindo apenas ajuda, samp forums, foi feito pra que
Reply
#8

Fala oque mais tu quer pra eu Anotar aqui ?
Quer um Cafйzinho ? um gm pronto ? so falar to anotando .
Reply
#9

Sу uma base U.U..

pawn Код:
// no inicio do gm
new Text:Textdraw500;
new score[MAX_PLAYERS];
// noOnGameModeInit

    Textdraw500 = TextDrawCreate(5.000, 343.000000, "Score:"); // mude as coordenadas pra onde quizer
    TextDrawBackgroundColor(Textdraw1, 255);
    TextDrawFont(Textdraw500, 3);
    TextDrawLetterSize(Textdraw500, 0.599999, 1.799999);
    TextDrawColor(Textdraw500, -16776961);
    TextDrawSetOutline(Textdraw500, 1);
    TextDrawSetProportional(Textdraw500, 1);
   
// em  OnGameModeExit

TextDrawHideForAll(Textdraw500);
TextDrawDestroy(Textdraw500);

//no onplayerupdat
new str[50]
format(str,sizeof(str),"Score: %i ",score[playerid]);
TextDrawSetString(Textdraw500, str);
TextDrawShowForPlayer(playerid, Textdraw500);

// se a score q se refere for pontos de morte:?
//no OnPlayerDeath
score[playerid] -= 1;
score[killerid] += 1;
Reply
#10

chantili no cafйzin , cara tu nao estб pedindo ajuda em todos post seu tu tah apenas pedindo coisa pronta ( Fs, coder pronto)

@edit steel nao teria que faser 1 settime para atualizar me corrige se estiver errado.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)