[AJUDA]Comando /contar
#1

Ae Galera To Com Um Problema No meu /Contar mais Ta Tenso.

Topo:
pawn Код:
new Temp=5;

Comando:
pawn Код:
CMD:contar(playerid, params[])
{
    if(PlayerInfo[playerid][Level] >= 2){
    if(Temp != 5)return SendClientMessage(playerid,fail,"ERRO: Ja Tem Contagem Em Andamento!");
    Contar(playerid);
    }else SendClientMessage(playerid,fail,LEVELF);
    return 1;
}
public:
pawn Код:
forward Contar(playerid);
public Contar(playerid)
{
    new jomla[15];
    for(new i, p = GetMaxPlayers(); i < p; i++)
    {
        GetPlayerPos(playerid,X,Y,Z);
        if(IsPlayerConnected(i) && IsPlayerInRangeOfPoint(i,60,X,Y,Z))
        {
            if(Temp == 0)
            {
            GameTextForPlayer(i,"] GO GO GO ]",1000,3);
            Temp = 5;
            TogglePlayerControllable(i,true);
            return false;
            }
            format(jomla, sizeof(jomla),"] %d ]",Temp);
            GameTextForPlayer(i,jomla,1000,3);
            Temp --;
            TogglePlayerControllable(i,false);
            return SetTimerEx("Contar",1000,false,"i",playerid);
        }
    }
    return 1;
}
Aparece a Contagem So Para o Player ID 0 Para Os Outros Nao Hunf

HELP-ME
Reply


Messages In This Thread
[AJUDA]Comando /contar - by ReDKiiL - 16.12.2011, 21:36
Re: [AJUDA]Comando /contar - by Lуs - 16.12.2011, 21:51
Re: [AJUDA]Comando /contar - by ReDKiiL - 16.12.2011, 22:10
Re: [AJUDA]Comando /contar - by Lуs - 16.12.2011, 22:18
Re: [AJUDA]Comando /contar - by ReDKiiL - 17.12.2011, 14:19
Re: [AJUDA]Comando /contar - by rjjj - 17.12.2011, 14:39

Forum Jump:


Users browsing this thread: 2 Guest(s)