SA-MP Forums Archive
Runtime Error ~ AKA Annoyance. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Runtime Error ~ AKA Annoyance. (/showthread.php?tid=380964)



Runtime Error ~ AKA Annoyance. - SmithyComp - 27.09.2012

So, using my edited game mode, and I place it in my host with Vortex after hosting it fine on my home computer and I get this error..:

Код:
[14:34:36] Script[gamemodes/PGRP.amx]: Run time error 19: "File or function is not found"
[14:34:36] Number of vehicle models: 0
Server.cfg:
Код:
echo Executing Server Config...
lanmode 0
rcon_password I'm not actually that dumb
maxplayers 40
port 7780
hostname Platinum Gaming Roleplay [Grand Opening] [Starter Package]
gamemode0 PGRP 1
filterscripts buttons iradio anims knpc Firework gcustom vacations ******* F_streamer maploader Mapv1 notepad Weaponholder enforcer
RatEdit
plugins streamer.dll audio.dll sscanf.dll xml.dll Whirpool.dll
announce 1
query 1
weburl 
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 70
bind Not releaed yet :D
It's a windows server, definatly


Re: Runtime Error ~ AKA Annoyance. - gtakillerIV - 27.09.2012

Ehm.. Compile your PGRP.pwn file again.


Re: Runtime Error ~ AKA Annoyance. - SmithyComp - 27.09.2012

Quote:
Originally Posted by gtakillerIV
Посмотреть сообщение
Ehm.. Compile your PGRP.pwn file again.
Tried it☑


Re: Runtime Error ~ AKA Annoyance. - gtakillerIV - 27.09.2012

How come there is no PGRP.amx file?

Any errors on compile?


Re: Runtime Error ~ AKA Annoyance. - alanhutch - 27.09.2012

Are you sure you have uploaded all? Also includes and scriptfiles?


Re: Runtime Error ~ AKA Annoyance. - SmithyComp - 27.09.2012

No, I compiled it on my home computer, then re-uploaded the .amx, just warnings.
Native Checker
Код:
[14:43:51] Error: Function not registered: 'Streamer_CallbackHook'
[14:43:51] Script[gamemodes/PGRP.amx]: Run time error 19: "File or function is not found"
[14:43:51] Number of vehicle models: 0



Re: Runtime Error ~ AKA Annoyance. - .v - 27.09.2012

Omg man o_O
Код:
filterscripts buttons iradio anims knpc Firework gcustom vacations ******* F_streamer maploader Mapv1 notepad Weaponholder enforcer
RatEdit
Why not make it compressed? Maybe 3 to 4 filterscript.


Just compile every filterscript and .inc you are using.


Re: Runtime Error ~ AKA Annoyance. - shitbird - 27.09.2012

Update your streamer plugin, and re-compile the scripts using it.


Re: Runtime Error ~ AKA Annoyance. - Jarnu - 27.09.2012

Код:
F_streamer
Found in your filterscript's line..
whats this actually? ..it might be blocking?


Re: Runtime Error ~ AKA Annoyance. - Noah_Wilson - 27.09.2012

Anyone help?