Quote:
Originally Posted by Liverwiz
There's no point in pre-caching .ini .txt .log or .cfg files. they're all read on the fly.
Also...hornet is correct. lang files are .txt and are grabbed through register_dictionary(const file[])
The server starts BEFORE the plugin starts. There are many events you can have things run at. client_putinserver(id), client_connect(id), spawn, plugin start, plugin end
the plugin first looks to plugin_init() function to run when it is called by the server.
I suppose hornet answerd all those questions, just thought i'd go a little more in depth. I'm bored.
|
no, plugin precache is the first public to be called when you start a server
__________________