[AJUDA]Prisгo Bugada
#6

Putz, nem lembrei disso do cara sair da prisгo

Pronto, apenas coloque o cуdigo abaixo nos lugares indicados:

pawn Код:
//Coloque no OnGameModeInit:

SetTimer("PassarTempoPrisao", 1000, true);



//Coloque no Final do GM:

forward PassarTempoPrisao();
public PassarTempoPrisao()
{
    for(new x = 0; x < MAX_PLAYERS; x++)
    {
        if(PlayerInfo[x][pJailed] > 0)
        {
            PlayerInfo[x][pJailTime]--;
        }
        if(PlayerInfo[x][pJailTime] <= 0)
        {
            PlayerInfo[x][pJailTime] = 0;
            if(PlayerInfo[x][pJailed] == 1)
            {
                SetPlayerInterior(x, 6);
                SetPlayerPos(x,268.0903,77.6489,1001.0391);
            }
            else if(PlayerInfo[x][pJailed] == 3)
            {
                SetPlayerInterior(x, 0);
                SetPlayerPos(x,339.1516,-1524.1680,33.2995);
            }
            else if(PlayerInfo[x][pJailed] == 4)
            {
                SetPlayerInterior(x, 0);
                SetPlayerPos(x,1370.3711,406.5378,19.7586);
            }
            else if(PlayerInfo[x][pJailed] == 2)
            {
               SetPlayerWorldBounds(x,20000.0000,-20000.0000,20000.0000,-20000.0000); //Reset world to player
               SetPlayerInterior(x, 0);
               SetPlayerPos(x, 90.2101,1920.4854,17.9422);
            }
            PlayerInfo[x][pJailed] = 0;
            SendClientMessage(x, COLOR_GRAD1,"Voce pagou sua divida com a sociedade.");
            format(string, sizeof(string), "~g~Livre~n~~w~Nao cometa mais crimes");
            GameTextForPlayer(x, string, 5000, 1);
            if(gTeam[x] == 4) { gTeam[x] = 3; }
            ClearCrime(x);
            SetPlayerToTeamColor(x);
        }
    }
    return 1;
}
Espero ter ajudado
Reply


Messages In This Thread
[AJUDA]Prisгo Bugada - by Fuchii - 09.02.2011, 19:31
Re: [AJUDA]Prisгo Bugada - by leandro123456 - 09.02.2011, 19:35
Re: [AJUDA]Prisгo Bugada - by rjjj - 09.02.2011, 20:06
Re: [AJUDA]Prisгo Bugada - by Comando Thug - 09.02.2011, 21:27
Re: [AJUDA]Prisгo Bugada - by Fuchii - 10.02.2011, 00:00
Re: [AJUDA]Prisгo Bugada - by rjjj - 10.02.2011, 02:33
Re: [AJUDA]Prisгo Bugada - by Comando Thug - 10.02.2011, 07:49

Forum Jump:


Users browsing this thread: 5 Guest(s)