[FilterScript] DS PPC_Balance [Versгo PT/BR]
#1

PPC_Balance


Olб sou DonSpeed e venho trazendo um complemento para PPC_Trucking ou atй mesmo vocк pode adaptar em seu GameMode!

Nгo hб misterio nele ..


breve explicaзгo

pawn Код:
#define MAX_BALACE    2
Define quantidade de balanзas


pawn Код:
new Float:Balanca[MAX_BALACE][3]={
{00.00,00.00,00.00},
{00.00,00.00,00.00}
};
As cordenadas das balanзas



Topic ingles

Eu tinha postado ele ingles , e ia depois postar em portugues mas esqueci .
Entгo ta ae !

Pode-se ser usado como Include tmb!

Credits

DonSpeed
PowerPC603


Gostou Comente


Agora o SetTimerEx fico dahora E nois




CODIGO ATUALIZADO
PHP код:
/*                     Credits:     DonSpeed                             */
#include             a_samp
#define MAX_BALACE    2
#define LARANJA   0xFF6600AA
new Float:Balanca[MAX_BALACE][3]={
{
00.00,00.00,00.00},
{
00.00,00.00,00.00}
};
new 
bool:DCheck[MAX_PLAYERS] = false;
forward DonSpeed(playerid);
public 
DonSpeed(playerid)
{
     if(!
IsPlayerInAnyVehicle(playerid))return 1;
     for(new 
0sizeof(MAX_BALACE); i++)
     {
         if(!
IsPlayerInRangeOfPoint(playerid3.0,Balanca[i][0], Balanca[i][1], Balanca[i][2]))return 1;// CORRIGIR PRECISAO
         
if(APlayerData[playerid][Overloaded] == true && DCheck[playerid] == true)// TROQUE O OVERLOAD POR SUA DEFINE
         
{
               new 
DS[80], DName[MAX_PLAYER_NAME];GetPlayerName(playeridDNamesizeof(DName));
               
format(DS,sizeof(DS),"{00FF00}O jogador %s esta com sobre-carga [Meta: Multa-lo]."DName);
               
Police_SendMessage(Msg);
               
GameTextForPlayer(playerid,"Vocк foi pego pela balanзa, os policiais foram orientados a multa-lo."30005);
               
SetPlayerColor(playeridLARANJA);
               
GetPlayerWantedLevel(playerid, + 1);
               
TogglePlayerControllable(playerid0);
               
DCheck[playerid] = false;
               
SetTimerEx("DLiberar"1000*30false"i"playerid);
               
SetTimerEx("DCongelar"1000*3false"i"playerid);
         }else 
GameTextForPlayer(playerid,"Vocк estб а beira de cargas!"30005);
     }
     return 
1;
}
forward DCongelar(playerid);
public 
DCongelar(playerid)return TogglePlayerControllable(playerid1);
forward DLiberar(playerid);
public 
DLiberar(playerid)return DCheck[playerid] = true
Reply


Messages In This Thread
DS PPC_Balance [Versгo PT/BR] - by Don_Speed - 04.05.2013, 01:12
Re: DS PPC_Balance [Versгo PT/BR] - by iFox - 04.05.2013, 02:23
Re: DS PPC_Balance [Versгo PT/BR] - by eDlAndrePawno - 04.05.2013, 04:27
Re: DS PPC_Balance [Versгo PT/BR] - by Don_Speed - 04.05.2013, 10:30
Re: DS PPC_Balance [Versгo PT/BR] - by feliphemort - 04.05.2013, 14:05
Re: DS PPC_Balance [Versгo PT/BR] - by Schocc - 04.05.2013, 16:27
Re: DS PPC_Balance [Versгo PT/BR] - by Don_Speed - 04.05.2013, 22:32
Re: DS PPC_Balance [Versгo PT/BR] - by Juninho_Oakley - 04.05.2013, 22:36
Re: DS PPC_Balance [Versгo PT/BR] - by Don_Speed - 06.05.2013, 00:34
Re: DS PPC_Balance [Versгo PT/BR] - by JoaoMonteiro452 - 16.06.2013, 00:33

Forum Jump:


Users browsing this thread: 4 Guest(s)