Quote from: PLAYER on Apr 07, 2025, 07:51 AMHi Habi I am Having Problem With Loading These Plugins@PLAYER @[TDA]Speed
Failed loading plugin: rpclib
Failed loading plugin: actionlib
Loaded 0 plugins.
AN ERROR HAS OCCURRED [the index 'GetTarget' does not exist]
CALLSTACK
*FUNCTION [Check()] npcscripts/shoot.nut line [8]
ConnectNPC("bot","shoot.nut",false,"","rpclib actionlib");
I see you guys are having problem in loading rpclib and actionlib on 64-bit linux.
Solution:
Use suffix 64 with the library name:
ConnectNPC("bot","shoot.nut",false,"","rpclib64 actionlib64");
Then it will search for rpclib64.so and actionlib64.so in
Code Select
npcscripts/plugins