[Ajuda] Atualizar textdraw
#6

Quote:
Originally Posted by LuisFerreira
Посмотреть сообщение
error 035: argument type mismatch (argument 1), a questгo esta que nao esta atualizando os segundos e minutos, tipo a hora, so que ae й quando inicia o evento comeeзa a contar os minutos e segundos que o evento esta iniciado..
PHP код:
forward AtualizarEvento(playerid);
public 
AtualizarEvento(playerid)
{
    new 
Luis[60];
    new 
minutesegundos;
    
segundos = (APlayerData[playerid][LoadingTimer] % 60);
    
minute = (APlayerData[playerid][LoadingTimer] - segundos) / 60;
    
format(Luis60"%i - %i"minute ,segundos);
    
TextDrawSetString(InfoEventoLuis);
    
SetTimerEx("AtualizarEvento"100false"d"playerid);
    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: 1 Guest(s)