Hey People, Ive having problems making a Image popup while inn a minigame with 1 life TDM
It will popup if there is no minigame up.
i use
function MinigameSO::addMember(%mini,%client)
{
parent::addMember(%mini,%client);
centerPrint(%client, "<bitmap:" @ blablabla.textureName @ ">", 5);
}
and to find it i use
datablock decalData(blablablabla)
{
textureName = "blablablalbal-thatthings thatshould have been here";
preload = true;
};
The first one is in a package ofc.
and tell me if there is an easier way to do this, that would be helpfull.