[Ajuda] Atualizar textdraw
#1

Bom fis algo para atualizar minutos e segundos, mais enfim nao funcionou..

PHP код:
forward AtualizarEvento(playerid);
public 
AtualizarEvento(playerid)
{
    new 
Luis[300];
    new 
minutesegundos;
    
segundos = (APlayerData[playerid][LoadingTimer] % 60);
    
minute = (APlayerData[playerid][LoadingTimer] - segundos) / 60;
    
SetTimerEx("AtualizarEvento"100false"d"playerid);
    
format(Luis,sizeof(Luis),"%i - %i"minutesegundos);
    
TextDrawSetString(InfoEvento[playerid], Luis);
    return 
1;

Reply


Messages In This Thread
Atualizar textdraw - by LuisFerreira - 10.08.2015, 17:36
Re: Atualizar textdraw - by IgorLuiz - 10.08.2015, 18:01
Re: Atualizar textdraw - by LuisFerreira - 10.08.2015, 18:11
Re: Atualizar textdraw - by IgorLuiz - 10.08.2015, 18:57
Re: Atualizar textdraw - by LuisFerreira - 10.08.2015, 19:05
Re: Atualizar textdraw - by IgorLuiz - 10.08.2015, 19:11
Re: Atualizar textdraw - by LuisFerreira - 10.08.2015, 20:02

Forum Jump:


Users browsing this thread: 3 Guest(s)