[Ajuda] textdraw
#5

Hб duas maneiras para atualizar o ping, colocando o code da callback UpdateTxDStatus(playerid), e colocando na callback OnPlayerUpdate.
Ou chamar a callback:
pawn Код:
public OnPlayerUpdate(playerid)
{
    UpdateTxDStatus(playerid);
    return 1;
}
No modo acima a cada milissegundos a callback UpdateTxDStatus(playerid) serб chamada. Esse modo eu acho desnecessбrio.
A callback OnPlayerUpdate й chamada a cada passo que o jogador da. A cada milissegundos.
Reply


Messages In This Thread
textdraw - by Bl4ckN3w - 21.06.2014, 21:45
Re: textdraw - by MultiKill - 21.06.2014, 21:59
Re: textdraw - by unamed - 21.06.2014, 21:59
Re: textdraw - by Bl4ckN3w - 21.06.2014, 22:09
Re: textdraw - by MultiKill - 21.06.2014, 22:24
Re: textdraw - by Bl4ckN3w - 21.06.2014, 22:41
Re: textdraw - by MultiKill - 21.06.2014, 22:45
Re: textdraw - by Bl4ckN3w - 21.06.2014, 22:59
Re: textdraw - by MultiKill - 21.06.2014, 23:03
Re: textdraw - by Bl4ckN3w - 21.06.2014, 23:07

Forum Jump:


Users browsing this thread: 2 Guest(s)