This site has been archived and made available for preservation purposes. No edits can be made.

Results 1 to 6 of 6

Thread: Pawnonline - Online Pawn Editor

  1. #1
    Member Silentfood's Avatar
    Join Date
    Jun 2012
    Location
    somewhere in the back of a data centre
    Posts
    57

    Pawnonline - Online Pawn Editor

    logo.png
    Pawnonline has been a project that has been under some work the past few weeks. It's built upon the Pawn scripting language, and after further decisions I have made is specifically for V-TEC MP. If you have any bugs, or suggestions then let me know on this thread.

    What is this?
    Pawnonline is pretty much a pawno editor (and compiler!) for the pawno language. When you first visit the site, you will be shown the default script for vault-tec multiplayer. If you have your own code, you can simply copy and paste it into the editor.

    How do I use it?
    To start, write up a simple script and hit compile. The code is executed and an AMX is produced, and a full error log is provided if there is one. If you need to add an include, write your include and hit the ".inc" tab and give it a name. Includes are none-editable and cannot be overwrote. Don't expect this to debug any includes. An include is global, and can be used by you at any time, or someone else if they are going to be using the include.

    How does it work?
    The code you type is saved in a temporary folder, and a local pawno compiler runs over the code. If there is errors, an AMX won't be produced and the error log will render. If there isn't an error, your AMX file is stored in the same folder and two download buttons will appear direct linking you to the .PWN and the .AMX. The folder is not public, and files are saved with an MD5 hash and your IP address for security. Your files won't ever be 1) Distributed 2) Sold but will eventually be deleted.

    What was the main purpose?
    To eliminate terrible IDEs, allow a friendly interface and to allow for compatibility between operating systems and browsers. Heck you could even write on the go!

    Is it free?
    Yeah. I wrote this for another game multiplayer mod, but the community would have ripped my webserver to shreds.

    PAWNONLINE

    Again, if you find a bug or a vulnerability then contact me either on here or by PM please

  2. #2
    Senior Member Volumed's Avatar
    Join Date
    Aug 2011
    Location
    Holland
    Posts
    1,010
    Blog Entries
    1
    Looks cool, but i don't believe it will be used a lot for VaultMP in this stage.

  3. #3
    Member Silentfood's Avatar
    Join Date
    Jun 2012
    Location
    somewhere in the back of a data centre
    Posts
    57
    The site won't be going anywhere in the next few years, so it's probably just something to archive away till pawn writers come out from the shade

  4. #4
    Administrator
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,057
    Blog Entries
    5
    Really nice tool!

    You should enable the -C64 switch though (for pawncc.exe). This is because vaultmp uses 64bit cells, the PAWN compiler assumes 32bit by default. Scripts compiled without -C64 can't be loaded by the server.

  5. #5
    Member Silentfood's Avatar
    Join Date
    Jun 2012
    Location
    somewhere in the back of a data centre
    Posts
    57
    Quote Originally Posted by Recycler View Post
    Really nice tool!

    You should enable the -C64 switch though (for pawncc.exe). This is because vaultmp uses 64bit cells, the PAWN compiler assumes 32bit by default. Scripts compiled without -C64 can't be loaded by the server.
    Thank you
    I'll add it onto the command line now.

  6. #6
    Member Silentfood's Avatar
    Join Date
    Jun 2012
    Location
    somewhere in the back of a data centre
    Posts
    57
    Added the flag, works fine. Many thanks for that :3

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •