3DTextLabbels doesn't appear
#1

Код:
while(Doorss >= 1)
	{
    	dInfo[Doorss][dOne] = CreatePickup(dInfo[Doorss][dPickup], 1, dInfo[Doorss][dPos][0], dInfo[Doorss][dPos][1], dInfo[Doorss][dPos][2], 0);
		format(string, sizeof(string), "%s", dInfo[Doorss][dText]);
		dInfo[Doorss][dTwo] = Create3DTextLabel(string, COLOR_WHITE, dInfo[Doorss][dPos][0], dInfo[Doorss][dPos][1], dInfo[Doorss][dPos][2], 0, 0, 0);
    	Doorss--;
    }
It spawns the pickup, but the 3DextLabel just doesnt appear or i dont see any text, but in my database i have text and
dInfo[Doorss][dText] has text in it because i've already did:
Код:
cache_get_field_content(0,"Text",dInfo[i][dText],Connection,64);
Reply


Messages In This Thread
3DTextLabbels doesn't appear - by SandKing94 - 02.06.2015, 06:27
AW: 3DTextLabbels doesn't appear - by Kaliber - 02.06.2015, 07:02
Re: 3DTextLabbels doesn't appear - by SandKing94 - 02.06.2015, 08:18
AW: 3DTextLabbels doesn't appear - by Kaliber - 02.06.2015, 08:35

Forum Jump:


Users browsing this thread: 1 Guest(s)