11-29-2015, 06:17 PM
(This post was last modified: 11-29-2015, 08:12 PM by DaPorkchop.)
Huh, I tried all these examples out and it seems to me that Cuberite ins interpreting the HTML stuff as lua code. e.g.
I'm assuming that has something to do with the
line, where the "highlight" text is treated as outside of the quotation marks. Strange, as this thread isn't all that old.
Any suggestions?
Code:
Warn [09:06:40] Can't load plugin BungeeTest because of a load error in file Plugins/BungeeTest/BungeeTest.lua: 3 (Plugins/BungeeTest/BungeeTest.lua:62: ')' expected near 'highlight')
I'm assuming that has something to do with the
Code:
a_Player:GetClientHandle():SendPluginMessage("<span class="highlight" style="padding-left: 0px; padding-right: 0px;">Bungee</span>Cord", "\0\7Connect" .. StringLenToASCII(a_Player,server) .. server);
Any suggestions?