[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
#2

continuacao das prints..











Reply
#3

vo testa GM parece ser Bom
Reply
#4

Bem Legal esse gm
Reply
#5

._.' Eu Ja tinha kkkkkk D:
Mas й rox. Baixem '-'
Reply
#6

LegALL
Reply
#7

o que muda dos outros servidores? pois o nome й igual como todos... BRASIL .... LIFE ou BRASIL ..... LIFE

o que tem de diferente??
Reply
#8

Parece ser bom.
Obrigado por compartilhar.
Reply
#9

bom gamemode parabйns =)
Reply
#10

*oq tem de diferente nos outros...
1 banco em dialog = poucos tem
sistema de 2 moeda ...
entre varias coisas
recomendo baixar '-'
Reply
#11

falen quando morre buga a tela
Reply
#12

sim esse й um bug q eu ia arrumar mas decidi nao mexer no gm
procura uma public q vc pode consertar a seu gosto '-'


*do sistema de textdraw do inicio
Reply
#13

Quote:
Originally Posted by THE_FALLEN
Посмотреть сообщение
sim esse й um bug q eu ia arrumar mas decidi nao mexer no gm
procura uma public q vc pode consertar a seu gosto '-'


*do sistema de textdraw do inicio
Tem q botar com bug pra n achar tudo na mao ne? ¬¬
Reply
#14

й akela coisa mano nem tudo й bom e de graзa eu dexei ai, quem quiser arruma sei la
kkkk
Reply
#15

euvi esse Bug jб arrumei Manerгo o GM
Reply
#16

gostei da identaзгo[/ironia]

eu sei que й a base que й mal identada, mais pelo menos poderia identar [ eu tenho o gm identado ]

enquanto ao gamemode, vou testar, pelas fotos me parece ser bom [09/10]
Reply
#17

the falen qual e a public? desse bug
Reply
#18

ta ai...
agr cabe a vc arrumar ou nao ^^
abraзo!!!


PHP код:
public ShowIntro(playerid)
{
    
SetPVarInt(playerid"Intro"GetPVarInt(playerid"Intro") + 1);
    new 
iteration GetPVarInt(playerid"Intro");
    switch(
iteration)
    {
        case 
1:
        {
            for(new 
i11i++)
            {
                
SendClientMessage(playerid, -1"");
            }
            
TextDrawShowForPlayer(playeridIntro[0]);
        }
        case 
2:
        {
            
TextDrawShowForPlayer(playeridIntro[1]);
        }
        case 
3:
        {
            
TextDrawShowForPlayer(playeridIntro[2]);
        }
        case 
4:
        {
            
TextDrawHideForPlayer(playeridIntro[2]);
            
TextDrawShowForPlayer(playeridIntro[3]);
        }
        case 
5:
        {
            
TextDrawHideForPlayer(playeridIntro[3]);
            
TextDrawShowForPlayer(playeridIntro[4]);
        }
        case 
6:
        {
            
TextDrawHideForPlayer(playeridIntro[4]);
            
TextDrawShowForPlayer(playeridIntro[5]);
        }
        case 
7:
        {
            
TextDrawHideForPlayer(playeridIntro[5]);
            
TextDrawShowForPlayer(playeridIntro[6]);
        }
        case 
8:
        {
            
TextDrawHideForPlayer(playeridIntro[6]);
            
TextDrawShowForPlayer(playeridIntro[7]);
        }
        case 
9:
        {
            
TextDrawHideForPlayer(playeridIntro[7]);
            
TextDrawShowForPlayer(playeridIntro[8]);
        }
        case 
10:
        {
            
TextDrawShowForPlayer(playeridIntro[9]);
        }
        case 
11:
        {
            
TextDrawShowForPlayer(playeridIntro[10]);
        }
        case 
12:
        {
            
TextDrawShowForPlayer(playeridIntro[11]);
        }
    }
    if(
GetPVarInt(playerid"Intro") < 10)
    {
        
SetTimerEx("ShowIntro"3000"d"playerid);
    }
    else if(
GetPVarInt(playerid"Intro") < 13)
    {
        
SetTimerEx("ShowIntro"20000"d"playerid);
    }
    else
    {
        for(new 
isizeof(Intro); i++)
        {
            
TextDrawHideForPlayer(playeridIntro[i]);
        }
        
TogglePlayerSpectating(playeridfalse);
        
ForceClassSelection(playerid);
    }
    return 
1;

@lipe
й akela coisa lipe eu parei de mexer nele, eu tinha em visao antes criar td pra dps identar
#preguica
Reply
#19

vlw arrumei '-'
Reply
#20

link se tu poder postar a public q vc arrumou para eu atualizar o post eu agradesseria xD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)