RNPC Not Loading now - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: RNPC Not Loading now (
/showthread.php?tid=522420)
RNPC Not Loading now -
iThePunisher - 27.06.2014
While i #include <RNPC> in my gamemode it gives me those error check down the server.logs
pawn Код:
[15:34:27] Loading plugin: RNPC
[15:34:28] Failed.
[15:34:28] Error: Function not registered: 'RNPC_CreateBuild'
[15:34:28] Error: Function not registered: 'RNPC_SetWeaponID'
[15:34:28] Error: Function not registered: 'RNPC_SetSpecialAction'
[15:34:28] Error: Function not registered: 'RNPC_SetAngleQuats'
[15:34:28] Error: Function not registered: 'RNPC_AddPause'
[15:34:28] Error: Function not registered: 'RNPC_FinishBuild'
[15:34:29] Script[gamemodes/Bacon.amx]: Run time error 19: "File or function is not found"
[15:34:29] Number of vehicle models: 0
P.s i have updated my server to samp 0.3z r2-2
Re: RNPC Not Loading now -
Faisal_khan - 27.06.2014
The plugin is not being loaded:
pawn Код:
[15:34:27] Loading plugin: RNPC
[15:34:28] Failed.
Make sure you have the plugin in plugins folder.
Re: RNPC Not Loading now -
iThePunisher - 27.06.2014
i already have it
AW: RNPC Not Loading now -
Chax - 26.08.2014
same problem..