BBCode: PAWN ?
#1

Hey guys,

I did not clean is the subject in which, so I ask it here before. I made a WBB created 2.1.1 forum and wanted to know: Where can I download a plugin that allows you to use PAWN code, with posts?
Hoping for help.
Sorry for bad english.. I'm german ^^

Narushi
Reply
#2

look at the creators website, they have plugins.
Reply
#3

Witch creators website? WoltLab? They don't have PAWN, but I need it ;/
Reply
#4

You can just use BBCode??

I guess everyone will know that it's a pawn code, There's no other thing like HTML,PHP, That's looking like PWN...
Reply
#5

use [Ccode][/Ccode]
...
Reply
#6

pawn Code:
This is a test
Reply
#7

Use Simple Machines forum. They have it.
Reply
#8

also a test
Code:
  public OnPlayerCommandText(playerid, cmdtext[])
{
    if (!strcmp("/spike", cmdtext))
    {   
        if(gTeam[playerid] == COP) }

        if(Spikes == 0)
        {
        GetPlayerPos(playerid,x,y,z);
        GetPlayerFacingAngle(playerid, rz);
        spike = CreateObject(2892, x, y, z-0.8, 0, 0, rz+90);
        SendClientMessage(playerid, 0xFFFFFFFF, "Spike Strip Set!");
        Spikes = 1;
        }
        else
k got it
Reply
#9

Compuphase, the PAWN compiler developer. They had some plugins for it i think
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)