Quote:
Originally Posted by DroctorShift
nada estб errado, mas й mais fбcil escrever se for possнvel!
Код:
if(newkeys == KEY_SECONDARY_ATTACK && IsPlayerInRangeOfPoint(playerid, 100, 2072.5137,2060.8616,10.8445))
{
|
Tipo eu estava feririfcndo aki no meu gm e esse codigos estгo cousando uns bug eu tirei eles saiu o bug
PHP код:
/*
if(newkeys == KEY_SECONDARY_ATTACK) // Tecla » [ \| ]
{
new Float: distance_ = 1.0;
if(IsPlayerInRangeOfPoint(playerid, distance_, 2072.5137,2060.8616,10.8445) || IsPlayerInRangeOfPoint(playerid, distance_, 2072.4607,2059.4314,10.8445) ||
IsPlayerInRangeOfPoint(playerid, distance_, 2072.8223,2058.2295,10.8445) || IsPlayerInRangeOfPoint(playerid, distance_, 2072.4287,2056.8879,10.8445) ||
IsPlayerInRangeOfPoint(playerid, distance_, 2072.8479,2055.6711,10.8445))
{
if(Player[playerid][pPMRJ] >= 1 || Player[playerid][pBOPE] >= 1 || Player[playerid][pCORE] >= 1)return SendClientMessage(playerid, COR_ERRO, "ERRO: Policial nгo rouba banco ;)");
if(Player[playerid][pTempoBanco] >= 1)
{
SendFormattedMessage(playerid, COR_ERRO, "ERRO: Vocк jб roubou o banco recentemente, espere %s.", Convert(Player[playerid][pTempoBanco]));
return 1;
}
static Ladrao[MAX_PLAYER_NAME], sStr[70];
new Float:Pos[3];
SetPlayerWantedLevel(playerid, GetPlayerWantedLevel(playerid) + 1);
Player[playerid][pProcurado] += 1;
GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
GetPlayerName(playerid, Ladrao, sizeof(Ladrao));
if(Roubando[playerid] == 1) return SendClientMessage(playerid, 0xE31919FF, "[~] Vocк jб estб assaltando!");
format(sStr, sizeof(sStr), "[NOTНCIAS] %s[%d] Plantou uma Bomba no Caixa Eletrуnico!", Ladrao, playerid);
SendClientMessageToAll(0xE31919FF, sStr);
Bomba = CreateObject(1252, Pos[0], Pos[1], Pos[2] - 0.8,270,0,0);
ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);
format(sStr, sizeof(sStr), "Espere no local %d minutos para concluir o saqueamento!", TempoRoubo);
SendClientMessage(playerid, 0xC9C9C9FF, sStr);
SendClientMessage(playerid, 0xFF7777AA, "{A2CD5A}Vocк foi feito um procurado da justiзa. | Crime: 157.");
SetTimerEx("Roubou", 30000*TempoRoubo,false,"d", playerid);
Roubando[playerid] = 1;
new city[64] = "Nгo identificado";
new string[100];
switch(GetPlayerCity(playerid))
{
case CITY_LS: city = "Los Santos";
case CITY_SF: city = "San Fierro";
case CITY_LV: city = "Las Venturas";
}
format(string,sizeof(string),"COPOM:{FFFFFF} Chamando Todas As Ъnidades, Cameras de segueranзa do banco acaba de flaga um suspeito");
SendMessageToCops(0xFF0000AA, string);
format(string,sizeof(string),"{FFFFFF}COPOM: Crime: {EE0000}%s {ffffff}| Suspeito: {EE0000}%s {ffffff}(ID:%d) | Local: {8B864E}%s.", getPName(playerid), city);
SendMessageToCops(0xFF0000AA, string);
SalvarPlayer(playerid);
}
return 1;
}
*/
Eu queria organizar esse codigo
PHP код:
if(newkeys == KEY_SECONDARY_ATTACK) // Tecla » [ \| ]
{
new Float: distance_ = 1.0;
if(IsPlayerInRangeOfPoint(playerid, distance_, 2072.5137,2060.8616,10.8445) || IsPlayerInRangeOfPoint(playerid, distance_, 2072.4607,2059.4314,10.8445) ||
IsPlayerInRangeOfPoint(playerid, distance_, 2072.8223,2058.2295,10.8445) || IsPlayerInRangeOfPoint(playerid, distance_, 2072.4287,2056.8879,10.8445) ||
IsPlayerInRangeOfPoint(playerid, distance_, 2072.8479,2055.6711,10.8445))
Alguem?