Server Problems
#1

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?
Reply
#2

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.
Reply
#3

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()
{
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)