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

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: C++ scripting

  1. #11

    Re: C++ scripting

    Houstin what IDE and compiler do you use?


    I just come here to view whether there has been any progress or not, and review the wonderful progress that Recycler and the development team has made.
    My sincere thanks goes to them and to others who value my contributions the community, not to mention the ones that solely contribute.

  2. #12
    Member
    Join Date
    Jul 2011
    Location
    South East United States
    Posts
    69

    Re: C++ scripting

    I use Visual Studio 2010 for my projects that don't need to be cross compatible. For my vaultmp serverside projects, though, I will use Code::Blocks so it'll be easier to write and compile things for unix. Debian Linux is great for dedicated servers.

  3. #13

    Re: C++ scripting

    [quote author=Houstin link=topic=142.msg1400#msg1400 date=1314605288]
    I use Visual Studio 2010 for my projects that don't need to be cross compatible. For my vaultmp serverside projects, though, I will use Code::Blocks so it'll be easier to write and compile things for unix. Debian Linux is great for dedicated servers.
    [/quote]
    Ah okay, CodeBlocks is great although I can never seem to understand developing a windows application in C++ mainly due to it being a mindf**k


    I just come here to view whether there has been any progress or not, and review the wonderful progress that Recycler and the development team has made.
    My sincere thanks goes to them and to others who value my contributions the community, not to mention the ones that solely contribute.

  4. #14
    Senior Member Dantiko's Avatar
    Join Date
    Aug 2011
    Location
    São Carlos, Brazil
    Posts
    452

    Re: C++ scripting

    I'll start my programing class monday
    "Only a few don't give up on games, and only a few give up on life"

  5. #15
    Senior Member Volumed's Avatar
    Join Date
    Aug 2011
    Location
    Holland
    Posts
    1,010
    Blog Entries
    1

    Re: C++ scripting

    [quote author=Dantiko link=topic=142.msg3309#msg3309 date=1318352901]
    I'll start my programing class monday
    [/quote]

    Have some good years of learning, hope that you are not hoping to much because that only works in your disadvantage i mean with helping in the project.

  6. #16

    Re: C++ scripting

    I don't really get it. VaultMP supports both PAWN and C++?

  7. #17
    Member
    Join Date
    Jul 2011
    Location
    South East United States
    Posts
    69

    Re: C++ scripting

    [quote author=TommyB link=topic=142.msg3317#msg3317 date=1318372138]
    I don't really get it. VaultMP supports both PAWN and C++?
    [/quote]
    Yes.

  8. #18

    Re: C++ scripting

    Will they be used together? Or will it just be "You script your server with PAWN, or C++."

  9. #19
    Member
    Join Date
    Jul 2011
    Location
    South East United States
    Posts
    69

    Re: C++ scripting

    [quote author=TommyB link=topic=142.msg3330#msg3330 date=1318401866]
    Will they be used together? Or will it just be "You script your server with PAWN, or C++."
    [/quote]

    You get to have it your way. ( mix them up, or just use one )

  10. #20
    Administrator
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,057
    Blog Entries
    5

    Re: C++ scripting

    You can run as many scripts written in C++ / PAWN parallel as you want (in case of the results of callbacks, the last script defined will override the previous callback results). You can even build simple interfaces to scripts

Similar Threads

  1. vaultmp scripting (information available)
    By foxtacles in forum Discussion
    Replies: 4
    Last Post: 09-30-2011, 05:56 PM
  2. Scripting functions
    By Lorenc in forum Suggestions
    Replies: 1
    Last Post: 08-09-2011, 04:51 PM

Posting Permissions

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