[AJUDA]comando /contar
#1

galera fiz um fs, com o comando conta. mais os nimeros ficaram em baixo, entao que queria saber como coloca eles no meio e tb, para quando comeзar a contagen, congelar todos, e quando acaba ele descongelar
aki as linhas do fs
PHP код:
    #include <a_samp>
    #define FILTERSCRIPT
    #if defined FILTERSCRIPT
    #define COLOR_LIGHTBLUE 0x33CCFFAA
    
forward count3();
    
forward count2();
    
forward count1();
    
forward countgo();
    new 
bool:a;
    new 
Float:XFloat:YFloat:Z;
    
#else
    #endif
    ////////////////////////////////////////////////////////////////////////////////
    
public OnPlayerCommandText(playeridcmdtext[])
    {
       if(
strcmp(cmdtext,"/conta",true) == 0) {
       new 
pName[30];
       new 
string[256];
       if (
== false)
       {
       
true;
       
GetPlayerName(playeridpName30);
       
format(string280"*** %s started count."pName);
       
SendClientMessageToAll(COLOR_LIGHTBLUEstring);
       for(new 
iMAX_PLAYERSi++) {
       
GameTextForPlayer(i"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 3 ~g~-",1000,3);
       
GetPlayerPos(i,X,Y,Z);
       }
       
SetTimer("count3",1000,0);
       
SetTimer("count2",2000,0);
       
SetTimer("count1",3000,0);
       
SetTimer("countgo",3500,0);
    }
       else 
SendClientMessage(playerid0xFF9900AA"Its allready started!");
       return 
1;
       }
       return 
0;
    }
    
////////////////////////////////////////////////////////////////////////////////
    
public count3()
    {
       for(new 
iMAX_PLAYERSi++) {
       
GameTextForPlayer(i,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 3 ~g~-",1000,3);
       
GetPlayerPos(i,X,Y,Z);
       }
    }
    
////////////////////////////////////////////////////////////////////////////////
    
public count2()
    {
       for(new 
iMAX_PLAYERSi++) {
       
GameTextForPlayer(i,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 2 ~g~-",1000,3);
       
GetPlayerPos(i,X,Y,Z);
       }
    }
    
////////////////////////////////////////////////////////////////////////////////
    
public count1()
    {
       for(new 
iMAX_PLAYERSi++) {
       
GetPlayerPos(i,X,Y,Z);
       
GameTextForPlayer(i,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~]~g~-~g~ 1 ~g~-~y~]~g~-",1000,3);
       
PlayerPlaySound(i,1057,X,Y,Z);
       }
    }
    public 
countgo()
    {
       for(new 
iMAX_PLAYERSi++) {
       
GetPlayerPos(i,X,Y,Z);
       
GameTextForPlayer(i,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~]~g~-~g~ GO GO GO ~g~-~y~]~g~-",1000,3);
       
PlayerPlaySound(i,1057,X,Y,Z);
       }
    } 
Reply


Messages In This Thread
[AJUDA]comando /contar - by atsbs - 11.10.2011, 18:39
Re: [AJUDA]comando /contar - by atsbs - 11.10.2011, 19:14
Re: [AJUDA]comando /contar - by ApolloRJ - 11.10.2011, 19:20
Re: [AJUDA]comando /contar - by ViniBorn - 11.10.2011, 19:22
Re: [AJUDA]comando /contar - by atsbs - 11.10.2011, 19:44
Re: [AJUDA]comando /contar - by ceesar90 - 11.10.2011, 19:58
Re: [AJUDA]comando /contar - by [O.z]Caroline - 11.10.2011, 20:01
Re: [AJUDA]comando /contar - by Jason_King - 11.10.2011, 20:37
Re: [AJUDA]comando /contar - by atsbs - 11.10.2011, 21:09
Re: [AJUDA]comando /contar - by JonathanFeitosa - 11.10.2011, 21:11

Forum Jump:


Users browsing this thread: 3 Guest(s)