SA-MP Forums Archive
BBCode: PAWN ? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: BBCode: PAWN ? (/showthread.php?tid=376468)



BBCode: PAWN ? - Narushi - 10.09.2012

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


Re: BBCode: PAWN ? - $mooth - 10.09.2012

look at the creators website, they have plugins.


AW: BBCode: PAWN ? - Narushi - 10.09.2012

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


Re: BBCode: PAWN ? - -Shifty- - 10.09.2012

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...


Re: BBCode: PAWN ? - Djole1337 - 10.09.2012

use [Ccode][/Ccode]
...


Re: BBCode: PAWN ? - iPawner - 10.09.2012

pawn Code:
This is a test



Re: BBCode: PAWN ? - $mooth - 10.09.2012

Use Simple Machines forum. They have it.


Re: BBCode: PAWN ? - Edward d - 28.10.2012

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


Re: BBCode: PAWN ? - Mauzen - 28.10.2012

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