Please help me, i am giving rep -
diego_p11 - 23.12.2011
Quote:
[21:13:37] Number of vehicle models: 0
[21:13:37] Script[gamemodes/PPC_Trucking.amx]: Run time error 19: "File or function is not found"
[21:13:37] Loaded 0 filterscripts.
[21:13:37] ---------------
[21:13:37] Filterscripts
[21:13:37]
[21:13:37] Loaded 0 plugins.
[21:13:37] --------------
[21:13:37] Server Plugins
[21:13:37]
[21:13:37] filterscripts = "" (string)
v0.3d-R2, ©2005-2011 SA-MP Team
----------------------
SA-MP Dedicated Server
----------
Loaded log file: "server_log.txt".
----------
[20:56:29] Number of vehicle models: 0
[20:56:29] Script[gamemodes/PPC_Trucking.amx]: Run time error 19: "File or function is not found"
[20:56:29] Loaded 0 filterscripts.
[20:56:29] ---------------
[20:56:29] Filterscripts
[20:56:29]
[20:56:29] Loaded 0 plugins.
[20:56:29] --------------
[20:56:29] Server Plugins
[20:56:29]
[20:56:29] filterscripts = "" (string)
v0.3d-R2, ©2005-2011 SA-MP Team
----------------------
SA-MP Dedicated Server
----------
Loaded log file: "server_log.txt".
----------
[20:55:30] Number of vehicle models: 0
[20:55:30] Script[gamemodes/PPC_Trucking.amx]: Run time error 19: "File or function is not found"
[20:55:30] Reading File: properties/police.txt
[20:55:30] Reading File: properties/banks.txt
[20:55:30] Reading File: properties/businesses.txt
|
what i am supposed to do?? plz help me
Re: Please help me, i am giving rep - array13 - 23.12.2011
YOU NEED PLUGINS FOR PPC TRUCKING, the same are sscanf.
Re: Please help me, i am giving rep -
diego_p11 - 23.12.2011
but where i have to instal them, it only gives me the options:
-filterscript
-gamemode
-include
-npcmodes
-scriptfiles
Re: Please help me, i am giving rep -
Andrɘ - 23.12.2011
create a new folder called plugins, and put all of the required ones in there.
Re: Please help me, i am giving rep -
DeathTone - 23.12.2011
Add all the .dll plugin files into a new folder in your server directory called "plugins" then open your server.cfg and add a new line to the bottom of it, like so
plugins sscanf streamer
for all the plugins you are using. It doesnt matter where the plugins line goes, as long as its on its own line, I have mine under the filterscripts line.
Re: Please help me, i am giving rep -
JiHost - 23.12.2011
If I'm not wrong, your server is hosted on our 2nd node. Open up a support ticket, we'll help you in a minute
Re: Please help me, i am giving rep -
aminj - 23.12.2011
depends on your server.if its windows :
1.open server.cfg file and find "plugin" line .
2. open plugin folder that is in your server files too .
3. get the names and add the name of them to the line.
4.save the file and you are done!
example : plugin sscanf audio streamer
IF its linux :
1.open server.cfg file and find "plugin" line .
2. open plugin folder that is in your server files too .
3. get the names and add the name of them to the line with this format : pluginname.so
example : plugins sscanf.so streamer.so audio.so