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

Results 1 to 7 of 7

Thread: Forum Code tags w/ a C++ Syntax

  1. #1

    Forum Code tags w/ a C++ Syntax

    Title basically says it all, would be very useful, and much tidier for me, so I can read code :P

    [ pawn] [ /pawn] can be used :P
    A gaming community ran by one person, with servers made by individuals (in this case, me, myself)
    I plan to look for a trusted person who will help me create a decent roleplay/deathmatch server on Vault-TEC,
    PM me if you're interested

  2. #2

    Re: Forum Code tags w/ a C++ Syntax

    There no [pwned] [/pwned]? XD

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

    Re: Forum Code tags w/ a C++ Syntax

    There is [ php], it has similar syntax

  4. #4

    Re: Forum Code tags w/ a C++ Syntax

    PHP Code:
    do
    {
    }
    while(
    &lta--); 

    Sorry just trying it out :P

    Isn't there any C++ ones D;
    A gaming community ran by one person, with servers made by individuals (in this case, me, myself)
    I plan to look for a trusted person who will help me create a decent roleplay/deathmatch server on Vault-TEC,
    PM me if you're interested

  5. #5

    Re: Forum Code tags w/ a C++ Syntax

    I won't offtopic but are there work
    Code :
    [table]...[/table]

    Can I use border for tables? Do it work?

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

    Re: Forum Code tags w/ a C++ Syntax

    There is now a Geshi BBcode available. Use it like [ code=language]your code[ /code]. Language can be cpp, c and so on.

    Code cpp:
    unsigned int foobar = 3;
    printf("foobar %d", foobar);

    BBcode [ table] exists by default.

  7. #7

    Re: Forum Code tags w/ a C++ Syntax

    Code C++:
    do { this.Cat(player, 12345); }
     
    @Cat(playerid, no)
    {
      return (no);
    }

    Thanks alot recycler, this is really handy
    A gaming community ran by one person, with servers made by individuals (in this case, me, myself)
    I plan to look for a trusted person who will help me create a decent roleplay/deathmatch server on Vault-TEC,
    PM me if you're interested

Posting Permissions

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