SA-MP Forums Archive
Help with plugins - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help with plugins (/showthread.php?tid=550539)



Help with plugins - Shinta307 - 13.12.2014

I make gamemode zombie use plugins FCNPC , all the correct code, but in game NPC was not load , anyone can help me?

sorry my bad english.


Re: Help with plugins - Michael B - 13.12.2014

Did you change the 'maxnpc' from your server.cfg to the number of bots or above it?


Re: Help with plugins - Rog - 13.12.2014

can u show ur cfg?
i think u r missing .dll thing


Re: Help with plugins - www - 13.12.2014

If you are in Windows use : .dll
If you are in Linux use : .so
In your server.cfg change the maxnpc from 0 to 10 or as you like (number of NPCs who can connect to server)


Re: Help with plugins - iKyle - 22.12.2014

Make sure you have the correct plugin file types for the operating system you are using, this is important, also make sure you allow NPC's to connect to your server.


Re: Help with plugins - TheSnaKe - 22.12.2014

Make sure that you have the right "maxnpc" amount in your server.cfg , also check your plugins, if you are using windows use .dll like (streamer.dll) if you are using linux use .so like (streamer.so).