SA-MP Forums Archive
NPC help ! - 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: NPC help ! (/showthread.php?tid=252801)



NPC help ! - [K]e[N] - 03.05.2011

Guy ! I don't know how to open samp-npc.exe when i open it disappeared i can't open plz help me


Re: NPC help ! - [K]e[N] - 03.05.2011

Help me plz [13:29:24] Loaded 10 filter scripts.

[13:29:24] Script[gamemodes/RolePlayVN.amx]: Run time error 19: "File or function is not found"
[13:29:24] Number of vehicle models: 0

what is this D:


Re: NPC help ! - [K]e[N] - 03.05.2011

Quote:
Originally Posted by [K]e[N]
Посмотреть сообщение
Guy ! I don't know how to open samp-npc.exe when i open it disappeared i can't open plz help me
plz help D:


Re: NPC help ! - o_O - 04.05.2011

You don't open the samp-npc executable, you need to run the samp-server.exe one. This error happens when you either don't have the streamer.dll plugin or have not configured the server to use the streamer plugin like this:

Quote:
Originally Posted by Server.cfg
plugins streamer



Re: NPC help ! - sleepysnowflake - 04.05.2011

You DO NOT HAVE TO OPEN IT. Just open

Код:
samp-server
And it will open it automatically if you have any bots in your GM/FS


Re: NPC help ! - wijnkamp1 - 04.05.2011

Quote:
Originally Posted by o_O
Посмотреть сообщение
You don't open the samp-npc executable, you need to run the samp-server.exe one. This error happens when you either don't have the streamer.dll plugin or have not configured the server to use the streamer plugin like this:
What is this I don't even. Do you have a clue what you are talking about? If you try to run the samp-npc exe, nothing happens! This error happens when you dont have a plugin configured correctly.


Re: NPC help ! - Jack_Rocker - 04.05.2011

Dude, what are you trying to do? Are you trying to record an NPC path, or are you trying to run a pre-recorded npc path?


Re: NPC help ! - o_O - 05.05.2011

Quote:
Originally Posted by wijnkamp1
Посмотреть сообщение
What is this I don't even. Do you have a clue what you are talking about? If you try to run the samp-npc exe, nothing happens! This error happens when you dont have a plugin configured correctly.
Yeah I know... but if you read carefully you may notice that he also included logs from the sa-mp server (samp-server.exe) where the error 19 was shown. The problem with him running samp-npc was a whole different thing.

Anyways, maybe you should re-read his posts and mine.


Re: NPC help ! - Jack_Leslie - 05.05.2011

Run samp-server.exe

If you get this error like you did: "Script[gamemodes/RolePlayVN.amx]:"

It means your gamemode did not compile or there is no "RolePlayVN.amx" in your "gamemodes" folder, either add it or compile it, and if your did compile it but you still get this error, then there's an error in the gamemode code somewhere preventing it from compiling to a amx.


Re: NPC help ! - o_O - 05.05.2011

Quote:
Originally Posted by Jack_Leslie
Посмотреть сообщение
Run samp-server.exe

If you get this error like you did: "Script[gamemodes/RolePlayVN.amx]:"

It means your gamemode did not compile or there is no "RolePlayVN.amx" in your "gamemodes" folder, either add it or compile it, and if your did compile it but you still get this error, then there's an error in the gamemode code somewhere preventing it from compiling to a amx.
It is often caused by a missing / outdated / imcomplete plugin. You should both check that it is included in your server configuration (server.cfg) and present in the plugins directory.

It should be also noted that while Windows users would add "plugins plugin-name" to their server config, Linux users need to include the extension as well like "plugins plugin-name.so". Failure to include the extension would cause the annoying error 19.