SA-MP Forums Archive
Text not appearing - 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: Text not appearing (/showthread.php?tid=589438)



Text not appearing - Lajko1 - 19.09.2015

pawn Код:
VIPShop[0] = CreateObject(19362, 1703.85461, -1601.47571, 18.12130,   0.00000, 0.00000, 82.05000);
    SetObjectMaterialText(VIPShop[0], "{0FFF4B}SHOP", 0, OBJECT_MATERIAL_SIZE_256x128,
    "Arial", 28, 0, 0xFFFF8200, 0xFF000000, OBJECT_MATERIAL_TEXT_ALIGN_CENTER);
   
    VIPShop[1] = CreateObject(19362, 1738.87341, -1606.88269, 18.12130,   0.00000, 0.00000, 82.05000);
    SetObjectMaterialText(VIPShop[1], "{0FFF4B}SHOP", 0, OBJECT_MATERIAL_SIZE_256x128,
    "Arial", 28, 0, 0xFFFF8200, 0xFF000000, OBJECT_MATERIAL_TEXT_ALIGN_CENTER);
Why text doesn't want to appear on this objects? Object is simple wall..


Re: Text not appearing - Mister0 - 19.09.2015

I tested your script and works perfect.
For you appear the black board? or just the text don't appear?


Re: Text not appearing - Lajko1 - 19.09.2015

Umm well then smth is really wrong with /rconcmd loadfs ... currenty it's not even changing things which I'm setting there, and yeah it's just normal wall there no changes on it :/


Re: Text not appearing - Mister0 - 19.09.2015

Try to put in GameMode, not in filtersctipt, and put the code on OnGameModeInit


Re: Text not appearing - Lajko1 - 19.09.2015

Umm had to load it with /rconcmd, idk smth went wrong but it auto fixed now when I readded it, thanks for ur help repped you also.