[Ajuda] Como pegar a posiзгo e a distвncia da Mira.
#4

Consegui fazer, porйm quem estiver com a mesma dъvida futura aqui abaixo estб o cуdigo e obrigado a todos que tentaram ajudar

PHP код:
new Bala[MAX_PLAYERS];
public 
OnPlayerUpdate(playerid)
{
    if(
GetPlayerAnimationIndex(playerid) && GetPlayerWeapon(playerid) == 34) {
        new 
animlib[32], animname[32];
        
GetAnimationName(GetPlayerAnimationIndex(playerid), animlib32animname32);
        if(!
strcmp(animname"GUN_STAND"true)) PlayerMirando[playerid] = true;
         else 
PlayerMirando[playerid] = false;
    }
    return 
1;
}
public 
OnPlayerWeaponShot(playeridweaponidhittypehitidFloat:fXFloat:fYFloat:fZ)
{
    new 
Float:XFloat:YFloat:ZFloat:Distancia;
    
GetPlayerPos(playeridXYZ);
    if(
PlayerMirando[playerid] == true) {
        
Bala[playerid] = CreateObject(19574X-0.1YZ+0.2000);
        
Distancia GetPlayerDistanceFromPoint(playeridfXfYfZ);
        
MoveObject(Bala[playerid], fXfYfZ-(Distancia/51), 85.0000);
        
SetTimerEx("Explodir"floatround(Distancia*15floatround_round), false"fffd"fXfYfZ-(Distancia/51), playerid);
    }
    return 
1;
}
forward Explodir(Float:fireXFloat:fireYFloat:fireZplayerid);
public 
Explodir(Float:fireXFloat:fireYFloat:fireZplayerid) {
    
CreateExplosion(fireXfireYfireZ1210.0);
    
DestroyObject(Bala[playerid]);

Reply


Messages In This Thread
Como pegar a posiзгo e a distвncia da Mira. - by [BOPE]Seu._.Madruga - 29.03.2018, 20:05
Re: Como pegar a posiзгo e a distвncia da Mira. - by FerrariL - 29.03.2018, 20:26
Re: Como pegar a posiзгo e a distвncia da Mira. - by Dayvison_ - 29.03.2018, 21:06
Re: Como pegar a posiзгo e a distвncia da Mira. - by [BOPE]Seu._.Madruga - 29.03.2018, 21:30

Forum Jump:


Users browsing this thread: 1 Guest(s)