21.08.2014, 12:22
ExtremePAWN Project System Instructions.
In this post I will be explaining how the project system works in ExtremePAWN1) Creating your first project
To create a new project click on this Icon :
A dialog will appear asking for the project's name like this : CLICK HERE
Simply choose a folder and click OK, And everything will be created for you and the project will be opened.
2) Adding our first file.
- You should have Main.pwn opened by default. Now to add a new file to our script.
Click with your mouse(That blinking black thing) in the place you where to insert the "Include". - Click File > New Project File.
- An input box like this one : LINK will show up, Simply enter a name for you new file.
- Your file will be created automatically.
- Here is how your Main.pwn should look like : CLICK HERE
Project Explorer is used for opening and deleting project files.
IMAGE OF HOW IT LOOKS
To open a file, Simple double click the file you want to open.
Quote:
TIP: You can open includes too for fast editing. For example if you doubleclicked a_samp in the Project Explorer, It will open it for editing. |