SA-MP Forums Archive
Removed [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: Removed [pawn] ? (/showthread.php?tid=562053)



Removed [pawn] ? - Deeh16 - 06.02.2015

Reason from remove tags [pawn] ?


Re: Removed [pawn] ? - Luis- - 06.02.2015

They've not been removed..

pawn Код:
..



Respuesta: Re: Removed [pawn] ? - Zume - 06.02.2015

Quote:
Originally Posted by Luis-
Посмотреть сообщение
They've not been removed..

pawn Код:
..
ah no? adds a code or a word of PAWN and see if shown or at least take tabulation.

pawn Код:
#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" Blank Filterscript by your name here");
    print("--------------------------------------\n");
    return 1;
}

public OnFilterScriptExit()
{
    return 1;
}

#else

main()
{
    print("\n----------------------------------");
    print(" Blank Gamemode by your name here");
    print("----------------------------------\n");
}

#endif
look at the code for my quoting message.


Re: Removed [pawn] ? - CrazyChoco - 06.02.2015

pawn Код:
Seems like it is still here.

Or it's removed.. Edited..


Re: Removed [pawn] ? - Luis- - 06.02.2015

It may have been messed about with, but it's not been removed, cause you can still use the [pawn ] [/pawn] tags.


Re: Removed [pawn] ? - CrazyChoco - 06.02.2015

But it doesn't seem to work properly.




Re: Removed [pawn] ? - Deeh16 - 06.02.2015

Motive from removed colors [pawn*] [/pawn] ?


Re: Removed [pawn] ? - Alex Magaсa - 06.02.2015

I believe its improved or something messed up in bb code.


Re: Removed [pawn] ? - PrivatioBoni - 06.02.2015

pawn Код:
new test;
It seems like normal [code] but IDK.


Re: Removed [pawn] ? - Alex Magaсa - 06.02.2015

Quote:
Originally Posted by PrivatioBoni
Посмотреть сообщение
pawn Код:
new test;
It seems like normal [code] but IDK.
What's wrong with [img][/img] tags? Do they work properly?


Re: Removed [pawn] ? - Abagail - 06.02.2015

pawn Code:
new Float: test = 0.0;
ok
gj ******

now people have 1 more thing to whine about...

But really, it looks like complete shit without proper(or even basic) syntax.

But...

This is the wrong section.

So.


Re: Removed [pawn] ? - Shady - 06.02.2015

pawn Code:
Test
They arent working


Re: Removed [pawn] ? - Potassium - 07.02.2015



^ They work fine...


Re: Removed [pawn] ? - GWMPT - 07.02.2015

For those who doesn't know, PAWN tags have been removed(I hope temporarly) since they had/have an exploit(2 members of this forum crashed several threads with content written inside the [pawn] tag.
So, don't blame on the beta testers, most likely one of them is trying to find a solution.


Re: Removed [pawn] ? - Abagail - 07.02.2015

I remember this happening a while back where the page didn't load properly due to an exploit / possibly an unknown bug.

Hopefully, this gets fixed soon, as it is basically the same as a [code] tag now(which is ugly to look at).


Re: Removed [pawn] ? - Crayder - 07.02.2015

Fuck I didn't notice this until now. It's so plain and ugly!


Re: Removed [pawn] ? - Alex Magaсa - 07.02.2015

Quote:
Originally Posted by Potassium
View Post


^ They work fine...
On personal message doesn't work.


Re: Removed [pawn] ? - dugi - 07.02.2015

It has been temporarily disabled due to some bug, it will be back.