SA-MP Forums Archive
[AYUDA]Porgress bar - 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: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: [AYUDA]Porgress bar (/showthread.php?tid=182474)



[AYUDA]Progress bar - Ari3l - 10.10.2010

hola recien empece a usar el include progress bar de toribio y necesito ayuda este es mi code :

Код:
new Bar:Score[MAX_PLAYERS] = {INVALID_BAR_ID, ...};

OnPlayerConnect
{
Score[playerid] = CreateProgressBar(505.00, 126.00, 99.50, 3.20, 576023039, 100.0);
return 1;
}

OnPlayerSpawn
{
ShowProgressBarForPlayer(playerid,Score[playerid]);
return1;
}

OnPlayerDisconnect
{
DestroyProgressBar(Score[playerid]); 
Score[playerid] = INVALID_BAR_ID;
return 1;
}
OnPlayerDeath
{
Score[killerid]++; 
UpdateProgressBar(Score[killerid],killerid);
return 1;
}
bueno la barra se muestra pero al matar nada ni se llena necesito que e valla llenando de a 1

necesito una haci

Gracias si me hacen una mejor


Re: [AYUDA]Porgress bar - Ari3l - 11.10.2010

nadie me ayuda U_u


Re: [AYUDA]Porgress bar - Miguel - 11.10.2010

Quizas nadie te ayuda porque en esta secciуn no todos hemos utilizado ese include. Si preguntas en ESE tema (el del include de toribio) posiblemente alguien te responda.