[Help FCNPC 2.0] FCNPC_AimAtPlayer
#3

Quote:
Originally Posted by bookknp
Посмотреть сообщение
Hello guys, I have a problem when I put FCNPC_AimAtPlayer dont shot, it stays aiming but it does not shoot. Why does this happen? I have version 2.0, in previous versions it worked perfectly.

PHP код:
public Shoot(playerid)
{
    
FCNPC_GoToPlayer(bot1playeridFCNPC_MOVE_TYPE_AUTOFCNPC_MOVE_TYPE_AUTOFCNPC_MOVE_TYPE_AUTOtrue0.0true0.01.5250);
    
FCNPC_AimAtPlayer(bot1playeridtrue, -1true0.00.00.5);
    
SetTimerEx("Stop",33000false"i"playerid);
     return 
1;
}
public 
Stop(playerid)
{
    
FCNPC_StopAim(bot1);
    
FCNPC_SetKeys(bot1000);
return 
1;

Use FCNPC_GiveAmmo, I had the same problem, it doesn't shoot because it doesn't have ammo
Reply


Messages In This Thread
[Help FCNPC 2.0] FCNPC_AimAtPlayer - by bookknp - 05.01.2019, 03:29
Re: [Help FCNPC 2.0] FCNPC_AimAtPlayer - by bookknp - 05.01.2019, 17:11
Re: [Help FCNPC 2.0] FCNPC_AimAtPlayer - by Kevinas100 - 05.01.2019, 18:41
Re: [Help FCNPC 2.0] FCNPC_AimAtPlayer - by bookknp - 06.01.2019, 05:52

Forum Jump:


Users browsing this thread: 1 Guest(s)