count down 3d text
#1

Hello , i try to make a count down system with 3d text label
so please help me it's dosent work
PHP код:
enum Float:zTime 300
PHP код:
forward WriteLabelUpdate(); public WriteLabelUpdate(){
    for(new 
0MAX_ZONESSi++)
    {
        
UpdateDynamic3DTextLabelText(tZone[i], 0xAA3333FF"Capturer\nla zone");
        if(
ZoneInfo[i][zTaken] == 1){
                        
format(s,s,"%s"ZoneInfo[i][zTime] /10 ); //30 mn
              
UpdateDynamic3DTextLabelText(tZone[i], 0x000000FF,s);
            
TimeDecharge[i] = SetTimer("UpDown"900*60true);
              if(
ZoneInfo[i][zTime] == )
              {
                  
ZoneInfo[i][zTime] = 300;
                  
ZoneInfo[i][zTaken] = 0;
                  
KillTimer(TimeDecharge[i]);
             }
        }
    }
}
forward UpDown(); public UpDown(){
    for(new 
0MAX_ZONESSi++)
    {
        
ZoneInfo[i][zTime] --;
    }

Thanks
Reply


Messages In This Thread
count down 3d text - by Azula - 18.04.2015, 12:04
Re: count down 3d text - by Mencent - 18.04.2015, 12:39
Re: count down 3d text - by Azula - 18.04.2015, 12:44
Re: count down 3d text - by Mencent - 18.04.2015, 12:46
Re: count down 3d text - by Azula - 18.04.2015, 13:01

Forum Jump:


Users browsing this thread: 1 Guest(s)