Blockland Forums > Modification Help

No one can see the CI icon.

Pages: << < (2/2)

Reinforcements:


--- Quote from: Lørd Tøny on April 03, 2011, 11:54:51 PM ---
What is that?

--- End quote ---
Taken directly from the "script_adminShields" mod.

--- Code: ---datablock DecalData(AdminShield)
{
textureName = "add-ons/script_adminshields/icon_goldBadge.png";
};
datablock DecalData(ModeratorShield)
{
textureName = "add-ons/script_adminshields/icon_silverBadge.png";
};
--- End code ---
;D

Iban:

Missing the property preload = true; -- I think, at least, that it loads the texture before the client even enters the game. That explains why all the idiots using this mod have sand next to their names until I spawn.

Lørd Tøny:

Thanks for the help it worked. They can now see the custom CI icon.

I should also include "preload = true;" so it shows up before they join, right?

Reinforcements:


--- Quote from: Lørd Tøny on April 04, 2011, 06:45:34 PM ---Thanks for the help it worked. They can now see the custom CI icon.

I should also include "preload = true;" so it shows up before they join, right?

--- End quote ---
sure

Pages: << < (2/2)

Go to full version