Wierd?
#1

Hello SA-MP players/members/hackers/admins/scripters/mappers,
I don't know what have happened to my script.

It came like this:

Код:
[10:04:17] Number of vehicle models: 0
[10:04:17] Script[gamemodes/ugrp.amx]: Run time error 19: "File or function is not found"

[10:04:17]   Loaded 6 filterscripts.
[10:04:17]   Loading filterscript 'hostname.amx'...

[10:04:17] --------------------------------------
[10:04:17] Running Cyber[G]'s Custom Neon FS - by Ahrim
--------------------------------------
[10:04:17] 
[10:04:17]   Loading filterscript 'Neons.amx'...

[10:04:17] ----------------------------------------
[10:04:17] Running Cyber[G]'s Random Messages - by Ahrim Fakhry
----------------------------------------
[10:04:17] 
[10:04:17]   Loading filterscript 'RandomMsG.amx'...
[10:04:17]   Loading filterscript 'F_SpeedoMeter.amx'...
[10:04:17]   Loading filterscript 'buttons.amx'...
[10:04:17]   Loading filterscript 'anims.amx'...
[10:04:17] ---------------
[10:04:17] Filterscripts
[10:04:17] 

[10:04:17]  Loaded 3 plugins.
[10:04:17]   Loaded.

[10:04:17]  ===============================

[10:04:17]    0.3d-R2 500 Players "dnee"

[10:04:17]    © 2009 Alex "******" Cole

[10:04:17]       sscanf plugin loaded.     

[10:04:17]  ===============================

[10:04:17] 
[10:04:17]  Loading plugin: sscanf.so
[10:04:17]   Loaded.

*** Audio Plugin v0.5 by Incognito loaded ***

[10:04:17] 
[10:04:17]  Loading plugin: audio.so
[10:04:17]   Loaded.

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

[10:04:17] 
[10:04:17]  Loading plugin: streamer.so
[10:04:17] --------------
[10:04:17] Server Plugins
[10:04:17] 

v0.3d-R2, ©2005-2011 SA-MP Team
----------------------
SA-MP Dedicated Server
I tried to use the latest streamer, but same thing.

Код:
[09:57:04] Number of vehicle models: 0
[09:57:04] Script[gamemodes/ugrp.amx]: Run time error 19: "File or function is not found"

[09:57:04]   Loaded 6 filterscripts.
[09:57:04]   Loading filterscript 'hostname.amx'...

[09:57:04] --------------------------------------
[09:57:04] Running Cyber[G]'s Custom Neon FS - by Ahrim Fakhry
--------------------------------------
[09:57:04] 
[09:57:04]   Loading filterscript 'Neons.amx'...

[09:57:04] ----------------------------------------
[09:57:04] Running Cyber[G]'s Random Messages - by Ahrim Fakhry
----------------------------------------
[09:57:04] 
[09:57:04]   Loading filterscript 'RandomMsG.amx'...
[09:57:04]   Loading filterscript 'F_SpeedoMeter.amx'...
[09:57:04]   Loading filterscript 'buttons.amx'...
[09:57:04]   Loading filterscript 'anims.amx'...
[09:57:04] ---------------
[09:57:04] Filterscripts
[09:57:04] 

[09:57:04]  Loaded 3 plugins.
[09:57:04]   Loaded.

[09:57:04]  ===============================

[09:57:04]    0.3d-R2 500 Players "dnee"

[09:57:04]    © 2009 Alex "******" Cole

[09:57:04]       sscanf plugin loaded.     

[09:57:04]  ===============================

[09:57:04] 
[09:57:04]  Loading plugin: sscanf.so
[09:57:04]   Loaded.

*** Audio Plugin v0.5 by Incognito loaded ***

[09:57:04] 
[09:57:04]  Loading plugin: audio.so
[09:57:04]   Loaded.

*** Streamer Plugin v2.6 by Incognito loaded ***

[09:57:04] 
[09:57:04]  Loading plugin: streamer.so
[09:57:04] --------------
[09:57:04] Server Plugins
[09:57:04] 

v0.3d-R2, ©2005-2011 SA-MP Team
----------------------
SA-MP Dedicated Server
Here's the story.
I was inactive for like a few weeks due to my Aunt's death. Then the 2nd day I logged in my server, I found out my admin fucked up a dealership. He failed to add vehicle in it, so I was kinda mad, and I told him to delete the cars, after he deleted a car from the dealership, a crash happened, the server was rolled back, all of the mappings ( dynamic , ) were gone. I tried to re-compile the script, replacing new streamer version, sscanf newest version and all. But it still becoming like this ( no mappings ) after several restarts. Then, 2hours of trying to fix it, I tried to restart my server and that thing happened ( the errors ).

My server cfgs:
Код:
echo Executing Server Config...
lanmode 0
rcon_password ***********
maxplayers 29
port 6565
hostname Unlimited Gaming Roleplay ( ReFunding )
gamemode0 ugrp 1
filterscripts anims buttons F_SpeedoMeter RandomMsG Neons hostname
plugins streamer.so audio.so sscanf.so
announce 1
query 1
weburl www.unlimited-gaming.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
bind 176.31.142.94
mapname Virtual World
Im using Volthost, which is CentOS
I tried to homehost it, and the script was working perfectly.
I tried to use lvdm, bare scripts on the volt host, and it working perfectly too.
I don't think my Script is the error because, I used this script like for 2weeks already.
I tried to use this script without any plugins/filterscripts, same error came up.
I've also tried older version of my script, same error came up.
Reply
#2

Check your plugins or in your server cfg
add a line
plugins streamer
it should work!
Reply
#3

Thanks for reply, but, can't you see my Server.cfg I've posted there? :l

Beta Tester or any admins, please help me! Kalcor!
Reply
#4

Check if you have this is your script
pawn Код:
main {
}
Reply
#5

I don't have it.

Where should I add that to?

NOTE: This script used to works without that, because I uses this script like for 2 weeks already.
Reply
#6

Quote:
Originally Posted by Ahrim
Посмотреть сообщение
I don't have it.

Where should I add that to?

NOTE: This script used to works without that, because I uses this script like for 2 weeks already.
That's why it is not working.Add this thing under your includes out of a callback.
Reply
#7

Urh, I don't understand, can you please give me a good instruction on where to add that?
Reply
#8

Wait, I have the Main(), already
So I think that's not the problem.
Reply
#9

Quote:
Originally Posted by [HK]Ryder[AN]
Посмотреть сообщение
That's why it is not working.Add this thing under your includes out of a callback.
missing main () {} causes runtime error 20 not runtime error 19,get your facts straight. Download native checker plugin from plugin development section and check which plugin/native function is missing.
Reply
#10

K thanks, I'll download it now.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)