• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Suggestion LUA Code tags.

Status
Not open for further replies.
Also, you know when you maybe release a php script

you make [ php] [ /php] but withour the spaces, its for php scripts.

And My suggestion is that when you release a lua script or anything, then you should make like
Lua:
 -- end
 
yes would be great

Lua:
function onTala(tala,tala,tala)
if Tala = allowThisLuaTags(tala) then
everyone = happy
end
return TRUE
end
 
It would be great!

Code:
function onTalaEnterThisThread()
	if(math.random(1, 99) > 1) then
		doPostReply('Feature added!')
	else
		leaveTopic()
	end
end

PLxior! :thumbup:
 
It would be great!

Code:
function onTalaEnterThisThread()
	if(math.random(1, 99) > 1) then
		doPostReply('Feature added!')
	else
		leaveTopic()
	end
end

PLxior! :thumbup:

That function is bugged. <_<

It should be:

Code:
function onTalaEnterThisThread()
local delay = 9999999999999999
      doPostReply('Feature added!', delay)
retrun TRUE
end
 
like
[talaturen] is cool , j mejk new bb code k? [/talaturen]
IF JES I IS SIGNED MENz :]

I feel NOw veri :huh:

Lua:
function onTalaEnterThisThread()
local delay = 9999999999999999
      doPostReply('Feature added!', delay)
[B]return [/B]TRUE
end
 
Last edited by a moderator:
Lua:
print('kool');
 
He already implemented it lolz :p


Anyways... Thanks tala!

maybe i'm jsut really lame...
but i can't see any LUA code tags
but i can see PHP tags
PHP:
if yo enxorix(heya) == 1 do
makesay (enxorix, "yoouuudiladihoo)
end

That's the php code tags.. :d

EDIT: yoouuudiladihoo
 
maybe i'm jsut really lame...
but i can't see any LUA code tags
but i can see PHP tags
PHP:
if yo enxorix(heya) == 1 do
makesay (enxorix, "yoouuudiladihoo)
end

That's the php code tags.. :d

EDIT: yoouuudiladihoo

Use [ lua] o.o without the space ofc.
 
Its great, but colors not. :p

Could you change keywords like local, while, end, if, else etc. to blue color? Like it is more user friendly? xd

Example from code::blocks
highlight.JPG
 
Status
Not open for further replies.

Similar threads

Back
Top