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

Results 1 to 10 of 10

Thread: Pawn scripting

  1. #1

    Pawn scripting

    As quoted from the scripting wiki:
    "Scripts can be written in PAWN. With regard to the VaultMP interface, PAWN scripts can be as powerful as C / C++ ones."

    : ohgodwhy :
    Just murder yourself already..
    Last edited by PeeledBanana; 09-06-2012 at 01:07 PM.

  2. #2
    Quote Originally Posted by PeeledBanana View Post
    As quoted from the scripting wiki:
    "Scripts can be written in PAWN. With regard to the VaultMP interface, PAWN scripts can be as powerful as C / C++ ones."

    : ohgodwhy :
    Just murder yourself already..
    He means scripts for vaultmp, nothing else.
    Game Developer, Modder & Webmaster.

  3. #3
    Administrator
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,057
    Blog Entries
    5
    Quote Originally Posted by PeeledBanana View Post
    As quoted from the scripting wiki:
    "Scripts can be written in PAWN. With regard to the VaultMP interface, PAWN scripts can be as powerful as C / C++ ones."

    : ohgodwhy :
    Just murder yourself already..
    Is there a message in your post? If yes, I don't get it. Please elaborate.

  4. #4
    Pawn is a TERRIBLE language. There is absolutely nothing good about it. It's slow, and FAR, FAR from "as powerful as c++".. Funny to read something like that then, shows some unprofessionalism.
    Last edited by PeeledBanana; 09-06-2012 at 06:41 PM.

  5. #5
    i you dont like just dont use pawn and write scripts in c++?

  6. #6
    Administrator
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,057
    Blog Entries
    5
    Quote Originally Posted by PeeledBanana View Post
    Pawn is a TERRIBLE language. There is absolutely nothing good about it. It's slow, and FAR, FAR from "as powerful as c++".. Funny to read something like that then, shows some unprofessionalism.
    The only one who shows unprofessionalism is you. I have more than 5 years experience in C / C++. I've written vaultmp from scratch. Good parts of it is fairly advanced C++11.

    I've chosen PAWN because it has a nice C-like syntax, it is highly performant, lightweight and easy for beginners. Have you ever tried the assembly implementation of the PAWN abstract machine? It beats the crap out of languages like LUA in terms of speed; it is a statically compiled language.

    And now re-read what I've written in the wiki:

    "Scripts can be written in PAWN. With regard to the VaultMP interface, PAWN scripts can be as powerful as C / C++ ones."

    With regard to the VaultMP interface - which simply means that you have the same level of access to the vaultmp game as in C / C++.
    Last edited by foxtacles; 09-07-2012 at 12:14 AM.

  7. #7
    Quote Originally Posted by PeeledBanana View Post
    Pawn is a TERRIBLE language. There is absolutely nothing good about it. It's slow, and FAR, FAR from "as powerful as c++".. Funny to read something like that then, shows some unprofessionalism.
    Actually, it is just as "powerful". Calm down kid.

  8. #8
    Quote Originally Posted by PeeledBanana View Post
    As quoted from the scripting wiki: "Scripts can be written in PAWN. With regard to the VaultMP interface, PAWN scripts can be as powerful as C / C++ ones." : ohgodwhy : Just murder yourself already..
    Just wanted to point out that this is a community, and your interaction here is completely useless, not constructive and considered flame.
    Please use a respectful language from now on.

    Roby
    Last edited by roby65; 09-08-2012 at 09:19 PM.

  9. #9
    Quote Originally Posted by roby65 View Post
    Just wanted to point out that this is a community, and your interaction here is completely useless, not constructive and considered flame. Please use a respectful language from now on. Roby
    Thank you for telling him :P

  10. #10
    Senior Member Dantiko's Avatar
    Join Date
    Aug 2011
    Location
    São Carlos, Brazil
    Posts
    452
    "Only a few don't give up on games, and only a few give up on life"

Posting Permissions

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