[Ajuda] Cifrгo.
#6

Checando em qual favela estб;

PHP код:
enum favela_dados 
{
   
id_fav,
   
nome[40],
   
float:cords[3],
}
new 
Favela[total de favelas][favela_dados] = 
{
  {
0""0.0 ,0.00.0},
  {
1"Favela 1"2.11.23.3},
  {
2"Favela 2"3.44.54.6}
};
//cords ficticias 
Checando

PHP код:
Pegar id de qual favela ele estб
GetarIDFavelaInPoint
(playerid//tentei deixar bonitoo nome kk
{
    new 
str[128];
    for(new 
itotal de favelasi++)
    {
    
        if(
IsPlayerInRangeOfPoint(playerid5.0Favela[i][cords][0], Favela[i][cords][1], Favela[i][cords][2]))
        
Player[playerid][DominouFav] = Favela[i][id_fav];
    }
    return 
str;

MAs se vc tiver uma stock pra cada um dominar, ai nem precisa disso:
ex: stock dominandofavela1()
tu ja seta o id 1;
Mas em array ficar mais organizado e menor


PHP код:
GetarIDFavelaInPoint(playerid//tentei deixar bonitoo nome kk
{
    new 
id;
    for(new 
itotal de favelasi++)
    {
    
        if(
IsPlayerInRangeOfPoint(playerid5.0Favela[i][cords][0], Favela[i][cords][1], Favela[i][cords][2]))
                      
id i;
    }
    return 
id;

Reply


Messages In This Thread
Cifrгo. - by SeckSeck - 11.12.2017, 14:24
Re: Cifrгo. - by ThiagoMikael - 11.12.2017, 14:31
Re: Cifrгo. - by SeckSeck - 11.12.2017, 14:42
Re: Cifrгo. - by Jonorusc - 11.12.2017, 14:50
Re: Cifrгo. - by ThiagoMikael - 11.12.2017, 15:04
Re: Cifrгo. - by ThiagoMikael - 11.12.2017, 15:19
Re: Cifrгo. - by SeckSeck - 11.12.2017, 16:49
Re: Cifrгo. - by ThiagoMikael - 11.12.2017, 20:31

Forum Jump:


Users browsing this thread: 1 Guest(s)