[PEDIDO/AJUDA] Contagem em 2 jogadores.
#4

Quote:
Originally Posted by BlueX
Посмотреть сообщение
pawn Код:
#include <a_samp>
#include zcmd
#include sscanf2

//arrays
new id;

//forwards
forward Count3(playerid);
forward Count2(playerid);
forward Count1(playerid);
forward CountGo(playerid);

public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" Blank Filterscript by your name here");
    print("--------------------------------------\n");
    return 1;
}

public OnFilterScriptExit()
{
    return 1;
}

CMD:count(playerid, params[])
{
    if(sscanf(params,"u",id)) return SendClientMessage(playerid,-1,"USE: /count [id]");
    if(!IsPlayerConnected(id)) return SendClientMessage(playerid,-1,"Este jogador nгo esta conectado");
    SetTimer("Count3",1000,0);
    return true;
}
public Count3(playerid)
{
    GameTextForPlayer(playerid,"~r~3!",1000,6);
    GameTextForPlayer(id,"~r~3!",1000,6);
    SetTimer("Count2",1000,0);
    return 1;
}
public Count2(playerid)
{
    GameTextForPlayer(playerid,"~r~2!",1000,6);
    GameTextForPlayer(id,"~r~2!",1000,6);
    SetTimer("Count1",1000,0);
}
public Count1(playerid)
{
    GameTextForPlayer(playerid,"~y~1!",1000,6);
    GameTextForPlayer(id,"~y~1!",1000,6);
    SetTimer("CountGo",1000,0);
    return 1;
}
public CountGo(playerid)
{
    GameTextForPlayer(playerid,"~g~GO!GO!GO!",1000,6);
    GameTextForPlayer(id,"~g~GO!GO!GO!",1000,6);
    return 1;
}
Fiz um Mini-FS '-', agora sу adpatar ao seu GM xD
Niice, mas eu queria que enviasse um comando ao jogador se ele queria ou nгo entende?
Por exemplo: Jose deseja iniciar uma corrida, use /sim ou nгo ...............
E que congele os 2... E quando der vai, solte eles..
/sim (INICIA A CONMTAGEM)
/nao (Nao inicia)
Se poder fazer istoi :X grato.
Reply


Messages In This Thread
[PEDIDO/AJUDA] Contagem em 2 jogadores. - by .Skool_. - 30.08.2011, 15:34
Re: [PEDIDO/AJUDA] Contagem em 2 jogadores. - by .Skool_. - 30.08.2011, 16:16
Re: [PEDIDO/AJUDA] Contagem em 2 jogadores. - by RebeloX - 30.08.2011, 19:56
Re: [PEDIDO/AJUDA] Contagem em 2 jogadores. - by .Skool_. - 30.08.2011, 20:41
Re: [PEDIDO/AJUDA] Contagem em 2 jogadores. - by RebeloX - 31.08.2011, 10:23
Re: [PEDIDO/AJUDA] Contagem em 2 jogadores. - by .Skool_. - 31.08.2011, 16:45
Re: [PEDIDO/AJUDA] Contagem em 2 jogadores. - by StrondA_ - 31.08.2011, 19:28
Re: [PEDIDO/AJUDA] Contagem em 2 jogadores. - by RebeloX - 31.08.2011, 19:38
Re: [PEDIDO/AJUDA] Contagem em 2 jogadores. - by .Skool_. - 31.08.2011, 19:49
Re: [PEDIDO/AJUDA] Contagem em 2 jogadores. - by .Skool_. - 31.08.2011, 19:51

Forum Jump:


Users browsing this thread: 2 Guest(s)