Help me Activity problem ( countdown )
#1

hellow everyone ,
i have problem with my activity system ( countdown )
i try to do countdown 2.
count down need to be ON when the players teleport to the activity spawn
this is my code :
PHP код:
public CountDownSawnUzi2(seconds)
{
    for(new 
0GetMaxPlayers(); i++)
    {
        if(
IsPlayerConnected(i) && InSawnUzi[i] == true)
            {
            if(
seconds)
            {
                
format(strsizeof(str), "~r~%d"seconds);
                
GameTextForAll(str1000,6);
            }
              if(
seconds 0)
            {
                
seconds --;
                
cdTimerSU SetTimerEx("CountDownSawnUzi2"10000"%d"seconds,-1);
                
TogglePlayerControllable(i,false);
            }
            if(
seconds == 0)
            {
                for(new 
0GetMaxPlayers(); p++)
                {
                    if(
IsPlayerConnected(p) && InSawnUzi[p] == true)
                        {
                        
TogglePlayerControllable(p,true);
                        
GameTextForPlayer(p,"~h~~n~Go",1000,6);
                    }
                }
            }
        }
    }
     return 
1;

and the problem in this code its do 5 , 4 ,3 ,Go , Go , Go
and its need to do 5 , 4 , 3 ,2 , 1 , Go
i hope you understanding me.
tnx
Reply


Messages In This Thread
Help me Activity problem ( countdown ) - by xPawn - 25.10.2010, 19:26
Re: Help me Activity problem ( countdown ) - by Grim_ - 25.10.2010, 19:32
Re: Help me Activity problem ( countdown ) - by xPawn - 25.10.2010, 19:48
Re: Help me Activity problem ( countdown ) - by xPawn - 26.10.2010, 05:12
Re: Help me Activity problem ( countdown ) - by xPawn - 26.10.2010, 11:50
Re: Help me Activity problem ( countdown ) - by xPawn - 27.10.2010, 13:28
Re: Help me Activity problem ( countdown ) - by Jefff - 27.10.2010, 13:35
Re: Help me Activity problem ( countdown ) - by xPawn - 28.10.2010, 14:56
Re: Help me Activity problem ( countdown ) - by xPawn - 28.10.2010, 19:13
Re: Help me Activity problem ( countdown ) - by i514x - 28.10.2010, 19:31

Forum Jump:


Users browsing this thread: 3 Guest(s)