Dynamic Labels doesnt show
#1

Hello guys!Problem is the topic.

pawn Код:
forward LoadEntrances(entranceid, name[], value[]);
public LoadEntrances(entranceid, name[], value[])
{
    INI_String("Name", eInfo[entranceid][Name],75);
    INI_Int("Interior", eInfo[entranceid][Settings][0]);
    INI_Int("VirtualWorld", eInfo[entranceid][Settings][1]);
    INI_Float("EnterX", eInfo[entranceid][enterPos][0]);
    INI_Float("EnterY", eInfo[entranceid][enterPos][1]);
    INI_Float("EnterZ", eInfo[entranceid][enterPos][2]);
    INI_Float("ExitX", eInfo[entranceid][exitPos][0]);
    INI_Float("ExitY", eInfo[entranceid][exitPos][1]);
    INI_Float("ExitZ", eInfo[entranceid][exitPos][2]);
    INI_Int("DarboPradzia", eInfo[entranceid][EnterHours][0]);
    INI_Int("DarboPabaiga", eInfo[entranceid][EnterHours][1]);
   
    new String[108];
    format( String, 108, "%s\nSpauskite [ENTER]", eInfo[entranceid][Name]);
    eInfo[entranceid][EntrancesText] = CreateDynamic3DTextLabel(String, CHATCOLOR_RED, eInfo[entranceid][enterPos][0], eInfo[entranceid][enterPos][1], eInfo[entranceid][enterPos][2],20.0, 0, 0);
    eInfo[entranceid][ExitText] = CreateDynamic3DTextLabel(String, CHATCOLOR_RED, eInfo[entranceid][exitPos][0], eInfo[entranceid][exitPos][1], eInfo[entranceid][exitPos][2],20.0, 0, 0);
    return 1;
}
Reply


Messages In This Thread
Dynamic Labels doesnt show - by Dziugsas - 11.12.2014, 11:59
Re: Dynamic Labels doesnt show - by Threshold - 11.12.2014, 12:26
Re: Dynamic Labels doesnt show - by Dziugsas - 11.12.2014, 12:32
Re: Dynamic Labels doesnt show - by Threshold - 11.12.2014, 13:26
Re: Dynamic Labels doesnt show - by Dziugsas - 11.12.2014, 18:25
Re: Dynamic Labels doesnt show - by M4D - 11.12.2014, 18:33
Re: Dynamic Labels doesnt show - by Dziugsas - 11.12.2014, 19:06
Re: Dynamic Labels doesnt show - by Raweresh - 11.12.2014, 19:53

Forum Jump:


Users browsing this thread: 1 Guest(s)