[Ajuda] GameTextForPlayer
#1

Bom , jб pedi ajuda uma vez e depois de muito tempo nгo achei soluзгo
mais desta vez mudei o cуdigo , e mesmo assim nгo funciona
й o seguinte , eu uso uma contagem pra verificar se o player ta no veiculo
ou nгo de 60 pra 0 , mais o gametextforplayer nгo atualiza ele fica pulando valores
Ex , do 60 pro 54 , depois 48 e assim adiante , alguem me ajuda ?


Cуdigo :

PHP код:

//OnPlayerStateChange :
if(oldstate == PLAYER_STATE_DRIVER && newstate PLAYER_STATE_ONFOOT)
{
if(
PlayerInfo[playerid][pWorking] == 1)
{
ContOutVeh[playerid] = SetTimerEx("Diminuir",1000,true,"i",playerid);
}
}
public 
Diminuir(playerid)
{
new 
str[100];
ContagemVal[playerid] --;
format(str,sizeof(str),"%d",ContagemVal[playerid]);
GameTextForPlayer(playerid,str,1,1);
if(
ContagemVal[playerid] == 0)
{
KillTimer(ContOutVeh[playerid]);
return 
1;
}

Obrigado pela ajuda.
Desculpe pelo cуdigo й que estou no notebook , e o cуdigo estб no desktop =X
Reply


Messages In This Thread
GameTextForPlayer - by darkxdll - 23.06.2014, 17:09
Re: GameTextForPlayer - by WLSF - 23.06.2014, 17:23
Re: GameTextForPlayer - by darkxdll - 23.06.2014, 17:28
Re: GameTextForPlayer - by PT - 23.06.2014, 18:00
Re: GameTextForPlayer - by darkxdll - 23.06.2014, 18:41
Re: GameTextForPlayer - by PT - 23.06.2014, 19:42
Re: GameTextForPlayer - by darkxdll - 24.06.2014, 14:59

Forum Jump:


Users browsing this thread: 2 Guest(s)