12.01.2013, 22:52
Quote:
Код:
[23:51:44] Script[gamemodes/uusGm.amx]: Run time error 19: "File or function is not found" |
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 ? |