SA-MP Forums Archive
Server Problems - 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: Server Problems (/showthread.php?tid=136181)



Server Problems - ScottCFR - 23.03.2010

When i try to run my Error Free gamemode i get this

Код:
Script[gamemodes/RP.amx]: Run time error 19: "File or function is not found"
But it's in there. Is this a Scripting error or a Server problem?


Re: Server Problems - ibab - 24.03.2010

Maybe theres some problem with the gamemode or it is missing the file.
It might be that you've accidentally just added the RP.pwn into it, and missed that RP.amx.
I'm not quite sure though and might be wrong.


Re: Server Problems - Calgon - 24.03.2010

This usually happens if you're defining a native that can't be defined by any plugin etc (say you've implemented an include for YSF and it defines the natives but the plugin file isn't present).

OR...

You could be missing the (at the top):

pawn Код:
main()
{
}