[GameMode] Brasil Games RPG [Final] #Faliu
#1

Brasil Games RPG
Por Dr._.THE (Muca RPG Edit)
Venho compartilhar meu ultimo gm na base "muca" como todos conhecem muca rpg nao tenho muita coisa do que falar xD


1 - O que foi adicionado?.

• Sistema de segunda moeda "dotz" (voce ganha upando..) Com ele vc pode ficar bebado na boate(alhambra) ou comprar vip com 1000

• Velocimetro no GameMode
Creditos a Littlejohny - Crazy Speedo

• Bancos em Dialog

• Podem Retirarem os Creditos (Afinal ninguem respeita mesmo)

** se der erro na compilacao utilize o pawno q esta no arquivo xD
2 - Bugs.
Quando morre buga... substitua a Callback "ShowIntro" por :

pawn Код:
public ShowIntro(playerid)
{
    SetPVarInt(playerid, "Intro", GetPVarInt(playerid, "Intro") + 1);
    new iteration = GetPVarInt(playerid, "Intro");
    switch(iteration)
    {
        case 1:
        {
            for(new i; i < 11; i++)
            {
                SendClientMessage(playerid, -1, "");
            }
            TextDrawShowForPlayer(playerid, Intro[0]);
        }
        case 2:
        {
            TextDrawShowForPlayer(playerid, Intro[1]);
        }
        case 3:
        {
            TextDrawShowForPlayer(playerid, Intro[2]);
        }
        case 4:
        {
            TextDrawHideForPlayer(playerid, Intro[2]);
            TextDrawShowForPlayer(playerid, Intro[3]);
        }
        case 5:
        {
            TextDrawHideForPlayer(playerid, Intro[3]);
            TextDrawShowForPlayer(playerid, Intro[4]);
        }
        case 6:
        {
            TextDrawHideForPlayer(playerid, Intro[4]);
            TextDrawShowForPlayer(playerid, Intro[5]);
        }
        case 7:
        {
            TextDrawHideForPlayer(playerid, Intro[5]);
            TextDrawShowForPlayer(playerid, Intro[6]);
        }
        case 8:
        {
            TextDrawHideForPlayer(playerid, Intro[6]);
            TextDrawShowForPlayer(playerid, Intro[7]);
        }
        case 9:
        {
            TextDrawHideForPlayer(playerid, Intro[7]);
            TextDrawShowForPlayer(playerid, Intro[8]);
        }
        case 10:
        {
            TextDrawShowForPlayer(playerid, Intro[9]);
        }
        case 11:
        {
            TextDrawShowForPlayer(playerid, Intro[10]);
        }
        case 12:
        {
            TextDrawShowForPlayer(playerid, Intro[11]);
        }
    }
    if(GetPVarInt(playerid, "Intro") < 10)
    {
        SetTimerEx("ShowIntro", 300, 0, "d", playerid);
    }
    else if(9 < GetPVarInt(playerid, "Intro") < 13)
    {
        SetTimerEx("ShowIntro", 2000, 0, "d", playerid);
    }
    else
    {
        for(new i; i < sizeof(Intro); i++)
        {
            TextDrawHideForPlayer(playerid, Intro[i]);
        }
        TogglePlayerSpectating(playerid, false);
        //ForceClassSelection(playerid);
    }
    return 1;
}
Prints:





































Se gostarem +rep
Reply


Messages In This Thread
Brasil Games RPG™ [Final] - by DrTHE - 10.10.2011, 14:21
Re: Brasil Games RPG [Final] #Faliu - by DrTHE - 10.10.2011, 14:23
Re: Brasil Games RPG [Final] #Faliu - by Juninho_Oakley - 10.10.2011, 14:47
Re: Brasil Games RPG [Final] #Faliu - by BrunoBSF - 10.10.2011, 15:18
Re: Brasil Games RPG [Final] #Faliu - by dPlaYer_ - 10.10.2011, 15:38
Re: Brasil Games RPG [Final] #Faliu - by [BWL]DuST - 11.10.2011, 02:06
Re: Brasil Games RPG [Final] #Faliu - by Paramount. - 11.10.2011, 15:39
Re: Brasil Games RPG [Final] #Faliu - by DreeH - 11.10.2011, 15:55
Re: Brasil Games RPG [Final] #Faliu - by [O.z]Caroline - 11.10.2011, 15:57
Re: Brasil Games RPG [Final] #Faliu - by DrTHE - 11.10.2011, 23:16
Re: Brasil Games RPG [Final] #Faliu - by Link_ - 11.10.2011, 23:38
Re: Brasil Games RPG [Final] #Faliu - by DrTHE - 12.10.2011, 00:16
Re: Brasil Games RPG [Final] #Faliu - by dPlaYer_ - 12.10.2011, 00:40
Re: Brasil Games RPG [Final] #Faliu - by DrTHE - 12.10.2011, 00:52
Re: Brasil Games RPG [Final] #Faliu - by ._DubSteP[SK] - 12.10.2011, 01:22
Re: Brasil Games RPG [Final] #Faliu - by Lipe_Stronda - 12.10.2011, 12:08
Re: Brasil Games RPG [Final] #Faliu - by Link_ - 12.10.2011, 16:37
Re: Brasil Games RPG [Final] #Faliu - by DrTHE - 12.10.2011, 18:01
Re: Brasil Games RPG [Final] #Faliu - by Link_ - 12.10.2011, 21:42
Re: Brasil Games RPG [Final] #Faliu - by DrTHE - 12.10.2011, 22:07
Re: Brasil Games RPG [Final] #Faliu - by Link_ - 12.10.2011, 22:09
Re: Brasil Games RPG [Final] #Faliu - by dPlaYer_ - 13.10.2011, 01:30
Re: Brasil Games RPG [Final] #Faliu - by shadauer - 19.10.2011, 19:32
Re: Brasil Games RPG [Final] #Faliu - by DrTHE - 19.10.2011, 20:38
Re: Brasil Games RPG [Final] #Faliu - by mutante_br - 19.10.2011, 22:43
Re: Brasil Games RPG [Final] #Faliu - by Kuddy - 19.10.2011, 22:47
Re: Brasil Games RPG [Final] #Faliu - by Pharrel - 20.10.2011, 00:18
Re: Brasil Games RPG [Final] #Faliu - by DrTHE - 20.10.2011, 22:37
Re: Brasil Games RPG [Final] #Faliu - by Nakharill - 08.11.2011, 10:31
Re: Brasil Games RPG [Final] #Faliu - by dPlaYer_ - 08.11.2011, 14:32
Re: Brasil Games RPG [Final] #Faliu - by Kuddy - 14.01.2013, 15:35
Re: Brasil Games RPG [Final] #Faliu - by Living - 14.01.2013, 15:53
Re: Brasil Games RPG [Final] #Faliu - by TiggaNigga - 14.01.2013, 18:51
Re: Brasil Games RPG [Final] #Faliu - by dPlaYer_ - 14.01.2013, 20:37
Re: Brasil Games RPG [Final] #Faliu - by tonisantolia - 14.01.2013, 21:10
Re: Brasil Games RPG [Final] #Faliu - by Etton - 14.01.2013, 22:12
Re: Brasil Games RPG [Final] #Faliu - by Lucas_Santos - 15.01.2013, 15:54

Forum Jump:


Users browsing this thread: 1 Guest(s)