Mysql problem
#5

Quote:
Originally Posted by JesterlJoker
Посмотреть сообщение
No that's the create command. What I mean is when you create the icons.

This one

PHP код:
Create3DTextLabel(text[], colorFloat:XFloat:YFloat:ZFloat:DrawDistancevirtualworldtestLOS=0)
CreateDynamic3DTextLabel(const text[], colorFloat:xFloat:yFloat:zFloat:drawdistanceattachedplayer INVALID_PLAYER_IDattachedvehicle INVALID_VEHICLE_IDtestlos 0worldid = -1interiorid = -1playerid = -1Float:streamdistance STREAMER_3D_TEXT_LABEL_SDSTREAMER_TAG_AREA areaid STREAMER_TAG_AREA -1)
CreateDynamic3DTextLabelEx(const text[], colorFloat:xFloat:yFloat:zFloat:drawdistanceattachedplayer INVALID_PLAYER_IDattachedvehicle INVALID_VEHICLE_IDtestlos 0Float:streamdistance STREAMER_3D_TEXT_LABEL_SDworlds[] = { -}, interiors[] = { -}, players[] = { -}, STREAMER_TAG_AREA areas[] = { STREAMER_TAG_AREA -}, maxworlds sizeof worldsmaxinteriors sizeof interiorsmaxplayers sizeof playersmaxareas sizeof areas
I don't know which ones you are using.

Also to help you more, its when you buffer, load, or create the entrance of the house.
Here up
PHP код:
        if(EntranceInfo[entranceid][eLabel])
        {
            if(
EntranceInfo[entranceid][eOwnerID])
            {
                
format(stringsizeof(string), "%s\nOwner: %s\nPress 'Y' to go inside\n Entrance Id %d"EntranceInfo[entranceid][eName], EntranceInfo[entranceid][eOwner], entranceid);
            }
            else
            {
                
format(stringsizeof(string), "%s\nPress 'Y' to go inside\n Entrance Id %d."EntranceInfo[entranceid][eName], entranceid);
            }
            
EntranceInfo[entranceid][eText] = CreateDynamic3DTextLabel(stringCOLOR_GREY1EntranceInfo[entranceid][ePosX], EntranceInfo[entranceid][ePosY], (EntranceInfo[entranceid][eIcon] == 19902) ? (EntranceInfo[entranceid][ePosZ] + 0.1) : (EntranceInfo[entranceid][ePosZ]), 10.0, .worldid EntranceInfo[entranceid][eOutsideVW], .interiorid EntranceInfo[entranceid][eOutsideInt]);
        }
        
EntranceInfo[entranceid][ePickup] = CreateDynamicPickup(EntranceInfo[entranceid][eIcon], 1EntranceInfo[entranceid][ePosX], EntranceInfo[entranceid][ePosY], (EntranceInfo[entranceid][eIcon] == 19902) ? (EntranceInfo[entranceid][ePosZ] - 1.0) : (EntranceInfo[entranceid][ePosZ]), .worldid EntranceInfo[entranceid][eOutsideVW], .interiorid EntranceInfo[entranceid][eOutsideInt]); 
Reply


Messages In This Thread
[Sloved]Mysql problem - by ScottMcBean - 21.04.2018, 16:50
Re: Mysql problem - by JesterlJoker - 21.04.2018, 16:57
Re: Mysql problem - by ScottMcBean - 21.04.2018, 16:59
Re: Mysql problem - by JesterlJoker - 21.04.2018, 17:08
Re: Mysql problem - by ScottMcBean - 21.04.2018, 17:11
Re: Mysql problem - by JesterlJoker - 21.04.2018, 17:27
Re: Mysql problem - by ScottMcBean - 21.04.2018, 17:30
Re: Mysql problem - by JesterlJoker - 21.04.2018, 17:33
Re: Mysql problem - by ScottMcBean - 21.04.2018, 17:44
Re: Mysql problem - by JesterlJoker - 21.04.2018, 17:49

Forum Jump:


Users browsing this thread: 4 Guest(s)