Pawn BBC adds a simple BBC that can color Pawn content.
This mod uses the integration hooks, so it won't make any changes to SMF's core files.
- Initial release
what is
QuotePawn content
????
Is it as good a porn content? (http://www.katzy.dsl.pipex.com/Smileys/c018.gif)
Any reason you have posted this here without waiting for its approval on the mod site?
Why do you need integration hooks for a bbcode?
Quote from: DoctorMalboro on February 21, 2011, 06:23:21 PM
Why do you need integration hooks for a bbcode?
Less file edits.
Quote from: JBlaze on February 21, 2011, 05:20:19 PM
Any reason you have posted this here without waiting for its approval on the mod site?
Because it probably won't be approved. My friend, Chupko (http://www.simplemachines.org/community/index.php?action=profile;u=221562), created this mod for SMF 1.1.x and SMF 2.0.
But, my code is a little bit different and I am using integration hooks.
It's a programming language for GTA SAMP.
Could somebody tell me what this mod is for and exactly what "pawn" content is?
maybe http://www.simplemachines.org/community/index.php?topic=390053 would help a bit.
What is Pawn : http://tinyurl.com/6bwaj4z :)
Quote from: Chupko on February 22, 2011, 01:16:24 PM
What is Pawn : http://en.wikipedia.org/wiki/Pawn_(programming_language) :)
http://en.wikipedia.org/wiki/Pawn_(programming_language) (http://en.wikipedia.org/wiki/Pawn_(programming_language)) bugs can get us every time...
http://www.simplemachines.org/community/index.php?topic=422865.0
Thanks for this :).
No problem! ;)
Quote from: Masterd on February 22, 2011, 06:08:03 AM
It's a programming language for GTA SAMP.
How cool is that :P
Quote from: Yoshi2889 on February 23, 2011, 02:53:01 AM
Quote from: Masterd on February 22, 2011, 06:08:03 AM
It's a programming language for GTA SAMP.
How cool is that :P
It's also nothing new, several multiplayer games have built in scripting languages, including WoW. The only trouble is, clever programmers find issues in the games that can be exploited in scripts.
(Even web based games have a scripting language, if you look at it that way, since web based games can be manipulated with Greasemonkey/other Javascript tools)
There is bug with this mod.
Fresh install of SMF 2.0 RC5
Image says all:
(http://img810.imageshack.us/img810/7518/pawno.png)
entlist[] becomes entlist[] and left square bracket losses color.
Snippet of the code
#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
new cvar_on
new entlist[][] = {
"func_button",
"trigger_multiple",
"trigger_once"
}
Can you make that everything inside "" is colored in one color even those characters and words that allready have color?
I will fix it as soon as possible.