[Pawn] [Help] How make the NPC move bye CMD And also can point to other near players ? - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10) --- Thread: [Pawn] [Help] How make the NPC move bye CMD And also can point to other near players ? (/showthread.php?tid=1993) |
[Help] How make the NPC move bye CMD And also can point to other near players ? - PutuSuhartawan - 2021-05-10 How to make the NPC move according to orders. And also can point to other players nearby. I saw that there was someone who could make the NPC move by itself immediately according to the CMD command. but I don't know what command the function uses. Then can you please explain scripting to make this NPC look like it can make decisions according to orders, sir? RE: [Help] How make the NPC move bye CMD And also can point to other near players ? - Radical - 2021-05-10 FCNPC move npc functions : PHP Code: native FCNPC_GoTo(npcid, Float:x, Float:y, Float:z, type = FCNPC_MOVE_TYPE_AUTO, Float:speed = FCNPC_MOVE_SPEED_AUTO, mode = FCNPC_MOVE_MODE_AUTO, pathfinding = FCNPC_MOVE_PATHFINDING_AUTO, Float:radius = 0.0, bool:set_angle = true, Float:min_distance = 0.0, stop_delay = 250); https://github.com/ziggi/FCNPC RE: [Help] How make the NPC move bye CMD And also can point to other near players ? - PutuSuhartawan - 2021-05-10 (2021-05-10, 11:12 AM)Radical Wrote: FCNPC move npc functions : Wow, this plugin is amazing, thank you very much. |