Run Time Error 19 +Rep
#1

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team

[11:30:08] 
[11:30:08] Server Plugins
[11:30:08] --------------
[11:30:08]  Loading plugin: streamer
[11:30:08] 

*** Streamer Plugin v2.5.2 R2 by Incognito loaded ***

[11:30:08]   Loaded.
[11:30:08]  Loaded 1 plugins.

[11:30:08] 
[11:30:08] Filterscripts
[11:30:08] ---------------
[11:30:08]   Loading filterscript 'fadmin.amx'...
[11:30:08]   Loaded 1 filterscripts.

[11:30:08] Script[gamemodes/Cop.amx]: Run time error 19: "File or function is not found"
[11:30:08] Number of vehicle models: 0
Reply
#2

Something might be wrong with your plugins. Makes sure you have updated all plugins. Then compiled your script with your updated plugins. Also you need to add all plugins into your plugins folder. Then add the plugin name in your server.cfg.

Example for plugins line on server.cfg for linux:
Код:
plugins streamer.so
Example for plugins line on server.cfg for windows:
Код:
plugins streamer.dll
Reply
#3

Still Doesn't work
Only plugins i use is streamer
I use this gamemode http://pastebin.com/h5JzQL8F
Reply
#4

Umm... do you have all your includes in the includes folder? Can I see your server.cfg? Also make sure you have the sscanf folder.

Edit: If you made that gamemode yourself from scratch. I would take it off pastebin, so no one can steal it. Just some friendly advice.
Reply
#5

Код:
echo Executing Server Config...
lanmode 0
rcon_password xxxxxxxxx
maxplayers 32
port 7777
hostname Cop And Robbers
gamemode0 Cop
filterscripts fadmin
plugins streamer.dll
announce 1
query 1
Plugins I use are
a_samp
zcmd
dini
dudb
sscanf2
streamer
I don't know if it updated includes but i search on ******
Reply
#6

im have same problem
Reply
#7

Try using this server.cfg... Just replace everything with your files..

Код:
echo Executing Server Config...
lanmode 0
rcon_password changeme
maxplayers 32
port 7777
hostname Cops And Robbers
gamemode0 Cop
filterscripts fadmin
plugins streamer.dll
announce 1
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
And are you using linux or windows?
Reply
#8

Same Error!
I'm using Window
Reply
#9

Oh okay make sure you replace all your includes and plugins with the latest versions. Then compile the script with them. It should work. This has happened to me and as soon as I updated all my plugins and includes, then compiled it worked perfectly.

Streamer - https://sampforum.blast.hk/showthread.php?tid=102865 (Icognito)
SSCANF - https://sampforum.blast.hk/showthread.php?tid=120356 (Y-Less)
Dini - https://sampforum.blast.hk/showthread.php?tid=50 (DracoBlue)
Dudb - https://sampforum.blast.hk/showthread.php?tid=50 (DracoBlue)
ZCMD - https://sampforum.blast.hk/showthread.php?tid=91354 (Zeex)
Reply
#10

Above ongamemodeinit add :

pawn Код:
main()
{
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)