SA-MP Forums Archive
mSelection interfering with 3DTextLabels - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: mSelection interfering with 3DTextLabels (/showthread.php?tid=604373)



mSelection interfering with 3DTextLabels - FunnyBear - 03.04.2016

Hey there,

I have recently made a store system and it works perfectly and I also have mSelection being used for something completely different. However, when I started up the server, I get this in the server_log.

Код:
[22:45:09] -mSelection- WARNING: Failed to load list: "ood 24/7
24/7
{FFFFFF}Entrance"
[22:45:09] -mSelection- WARNING: Failed to load list: "4/7
{FFFFFF}Entrance"
[22:45:09] -mSelection- WARNING: Failed to load list: "FF}Entrance"
[22:45:09] -mSelection- WARNING: Failed to load list: "ce"
And there parts where that is being used is,

Код:
{56, 		"{FF9900}Idlewood 24/7\n", {1928.5822,-1776.2755,13.5469 },   {-26.691598,-55.714897,1003.546875}, {418.1863, -76.2570, 1001.8047, 180.9736   },   6},
and

Код:
strins("{FFFFFF}Entrance", storeData[i][shopName], 0);
I have no idea why they are interfering.


Re: mSelection interfering with 3DTextLabels - Ciandlah - 04.04.2016

Please provide us with the Main system format, not just two lines, it could say the error is on line 1 but the error could be on line 2.