View Single Post
Mr.Freeman
Senior Member
Join Date: Nov 2013
Location: Canada
Old 10-13-2018 , 19:44   Re: Command After Plugin Loaded
Reply With Quote #8

Sure so lets start with what you want the command to do? For example if you want it to print a message to the server (useless but example) you would do like this

PHP Code:

public void OnAllPluginsLoaded() { 
    
PrintToServer("YAY WE ARE LOADED!");

If you give me an idea of what you want loaded once the plugins are loaded I can code to something specific for you
__________________
Feel Free to PM me about any questions, I'll do my best to help

Last edited by Mr.Freeman; 10-13-2018 at 19:46. Reason: forgot 'public'
Mr.Freeman is offline