SA-MP Forums Archive
[FilterScript] DS PPC_Balance [Versгo PT/BR] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+----- Forum: Lançamentos/Releases (https://sampforum.blast.hk/forumdisplay.php?fid=56)
+----- Thread: [FilterScript] DS PPC_Balance [Versгo PT/BR] (/showthread.php?tid=434739)



DS PPC_Balance [Versгo PT/BR] - Don_Speed - 04.05.2013

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



Re: DS PPC_Balance [Versгo PT/BR] - iFox - 04.05.2013

Nгo entendi muito bem este FS, seria a sobrecarga?


Re: DS PPC_Balance [Versгo PT/BR] - eDlAndrePawno - 04.05.2013

Vish kk.Massa Esse Aew


Re: DS PPC_Balance [Versгo PT/BR] - Don_Speed - 04.05.2013

Quote:
Originally Posted by iFox
Посмотреть сообщение
Nгo entendi muito bem este FS, seria a sobrecarga?
Exatamente



Re: DS PPC_Balance [Versгo PT/BR] - feliphemort - 04.05.2013

Tenho esse FS do don antes da versгo PT/BT excelente


Re: DS PPC_Balance [Versгo PT/BR] - Schocc - 04.05.2013

Sуmente o ID 0 Ira receber o Valor 0.

Arrume isto.
pawn Код:
new bool:DCheck[MAX_PLAYERS] = {false,...};
Muito boa sua idйia


Re: DS PPC_Balance [Versгo PT/BR] - Don_Speed - 04.05.2013

Valew Galera


Re: DS PPC_Balance [Versгo PT/BR] - Juninho_Oakley - 04.05.2013

cara muito massa sua fs ideia exelente


Re: DS PPC_Balance [Versгo PT/BR] - Don_Speed - 06.05.2013

Quote:
Originally Posted by Juninho_Oakley
Посмотреть сообщение
cara muito massa sua fs ideia exelente
Valew Gay '-'



Re: DS PPC_Balance [Versгo PT/BR] - JoaoMonteiro452 - 16.06.2013

Bom sistema para o PPC_Trucking !