my 1 error
#1

[23:51:44] Loaded 7 filter scripts.

[23:51:44] Script[gamemodes/uusGm.amx]: Run time error 19: "File or function is not found"
[23:51:44] Number of vehicle models: 0




how to fixthis?
Reply
#2

Is it compiled ?
Missing plugins ?
Reply
#3

Do you have
main() { } in your script ? Make sure in the server.cfg all the plugins are there (Example: plaugins sscanf )
Reply
#4

If he hadn't "main" in his gamemode, he would receive this error:

Код:
[17:20:33] Script[gamemodes/gm.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
Reply
#5

Код:
[23:51:44] Script[gamemodes/uusGm.amx]: Run time error 19: "File or function is not found"
Your plugins are outdated.
Reply
#6

Yeah, old or missing plugin or something
Reply
#7

Quote:
Originally Posted by EAsT-OAK_510
Посмотреть сообщение
Код:
[23:51:44] Script[gamemodes/uusGm.amx]: Run time error 19: "File or function is not found"
Your plugins are outdated.
this may not necessarily be the cause.

just a quick share -> plugins are dynamic, they're affected upon run time (hence, the run time error). added natives are treated as prototypes (pass information) and the plugin contains the real information that does the work.

Quote:
Originally Posted by Infinity90
Do you have
main() { } in your script ?
back on track: understanding this (what i said above) anyone getting this particular error it is always caused by the plugin, not your mode!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)