FCNPC icon indicating copy to clipboard operation
FCNPC copied to clipboard

FCNPC - Fully Controllable NPC

Results 89 FCNPC issues
Sort by recently updated
recently updated
newest added

How can I make the npc defend themselves with weapons when they are shot?

Here Crash Error Code From FCNPC Logger `=========================== FCNPC Exception Handler ============================ Address: 0x5289df69 Registers: EAX: 0x0 - EBX: 0x6073d48 - ECX: 0x81c908 - EDX: 0x52886712 ESI: 0xa2 - EDI:...

Hello, Is it possible to make the NPC shoot as a passenger in a vehicle? Assuming the same behavior as a regular player when pressing the H key as a...

Hey ziggi. There is a problem in the FCNPC_AimAtPlayer function, I specify the correct parameters, I also specify the shoot = true parameter. And when I enter the game, his...

---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team Server Plugins -------------- Loaded 0 plugins. Started server on port: 7777, with maxplayers: 50 lanmode is...

Could you do a version that could run on OMP Beta Server just released? That would be awesome

=========================== FCNPC Exception Handler ============================ Address: 0x401696 Registers: EAX: 0x2e8caa8 - EBX: 0x19fd24 - ECX: 0x6972704f - EDX: 0x60e284d8 ESI: 0x2e8caa8 - EDI: 0x19fdfc - EBP: 0x19fd04 - ESP: 0x19fcd0...

``` =========================== FCNPC Exception Handler ============================ Signal 11 (Segmentation fault), address is 0 from f63a4182 Backtrace: #0 in plugins/FCNPC-DL.so(_ZN17CExceptionHandler24ExceptionHandlerCallbackEiP9siginfo_tPv+0x126) [0xf6398866] #1 in linux-gate.so.1(__kernel_rt_sigreturn+0) [0xf7fa5090] #2 in plugins/FCNPC-DL.so(_ZN11CPlayerData4GoToERK7CVectoriiifbffj+0x182) [0xf63a4182] #3 in...

I have a problem, it turns out that I am using the FCNPC plugin to load the npc of my server but I have no idea why it crashes, could...

Damage will only be 1 for the first time. Next it will deal about 46 damage. DesertEagle if(weaponid == 24) { FCNPC_SetHealth(npcid, FCNPC_GetHealth(npcid)-1); }