Is it just me or has the simba code gone weird for you to ?
Simba Code:if ***40;not result***41; then
writeln***40;'error message'***41;;
Simba Code:If (FindIt('rock')) Then
Begin
FlyAway(IntoClouds);
End;
Is it just me or has the simba code gone weird for you to ?
Simba Code:if ***40;not result***41; then
writeln***40;'error message'***41;;
Simba Code:If (FindIt('rock')) Then
Begin
FlyAway(IntoClouds);
End;
Today is the first day of the rest of your life
Simba Code:Procedure SomeProc(int what);
Begin
if (what = 12) then
writeln('FUCKING WINZ0RS');
end;
It's in the (unicode?) formatting on the Simba-eryGoodness I think.
I know that Wizzup was testing something, it could've broken it?
yeh its the same for [ php ] tags example
should say [0] [1]PHP Code:[0] [1]
so
well you cant use *** 91 *** 93 for [ ]PHP Code:***91;0***93; ***91;1***93;
lol.supposed to be & #
code tags are working correctly.
Code:Writeln('code tags are working correctly.');
It's a bug in vBulletin. It'll be fixed as soon as Wizzup can update to the latest version.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
It has to do with a fix for a certain vBulletin exploit, which required a new entry in the word blacklist (as sm0k3 pointed out: it's "& #", which is used in html do encode certain characters). We're working on it![]()
SCAR Code:function testDecEncode()
var i: TIntegerArray;
e: TStringArray;
begin
i[0] := [1,2,3];
e[0] := ['4','5','6'];
writeln(i[0]+ToStr(e[0]));
end;
scar tags allow [] but not ()
There are currently 1 users browsing this thread. (0 members and 1 guests)