Posts: 67
Threads: 26
Joined: Mar 2010
Reputation:
0
Script[gamemodes/rpgon.amx]: Run time error 19: "File or function is no found"
How can I fix this?
Posts: 6,129
Threads: 36
Joined: Jan 2009
You're probably trying to use a function from a plugin, without loading the plugin, but loading the include.
Please paste the lines that start with '#include', please.