[Projeto] Sistema de Contagem para o gamemode
#1

Sistema de Contagem by Krusher
No comeзo do GM
Код:
new Tempocnt  = 5, string[10];
Defina no final do gm, ou em outro local.
Код:
forward Contagem();
public Contagem()
{
    if(Tempocnt == 0)
    {

        format(string, sizeof(string),"%d", Tempocnt);
        GameTextForAll("~r~Go! Go! Go!", 1000, 3);
        Tempocnt = 5;
        return false;
    }
    format(string, sizeof(string),"~w~%d", Tempocnt);
    GameTextForAll(string,1000,3);
    SetTimer("Contagem", 1000, false);
    return Tempocnt--;
}
Defina no final do gm, ou em outro local.
Код:
COMMAND:contagem(playerid, params[])
{
  {
    	if (APlayerData[playerid][PlayerLevel] >= 1)
    	SendAdminText(playerid, "/contagem", params);
        if(Tempocnt != 5)
            return SendClientMessage(playerid, -1, "ERRO: A contagem jб estб em andamento, espere ela acabar.");

        Contagem();
        return 1;
    }
}
Reply
#2

Organize e melhore seus codes amigo A intenзгo foi boa de compartilhar conosco.
Бrea para postar FS/GM/INC/TUT, й essa. Nгo esta.
Reply
#3

Lugar Errado Para Postar , Certo Seria [TUT]....

pawn Код:
if (APlayerData[playerid][PlayerLevel] >= 1)
        SendAdminText(playerid, "/contagem", params);
Rum... , Esse Ctrl + C Aeee Massa
Reply
#4

sou novo aqui no forum, mais a intenзгo й um simples sistema de contagem. Em breve irei postar um mais avanзado. Obrigado.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)