How to create a include ?
#3

That tutorial explains how to write a library. An include on its own is just that, in included file. Contents could be anything. The content is simply inserted at the desired position during compilation. For example, you could copy all your objects to a separate file and then use something like

pawn Код:
public OnGameModeInit()
{
    #tryinclude "myObjects.pwn"
    return 1;
}
Reply


Messages In This Thread
How to create a include ? - by Toxik - 04.05.2015, 19:46
Re: How to create a include ? - by [KHK]Khalid - 04.05.2015, 22:00
Re: How to create a include ? - by Vince - 05.05.2015, 05:15
Re: How to create a include ? - by Toxik - 05.05.2015, 07:11

Forum Jump:


Users browsing this thread: 1 Guest(s)