Please help me fast, i need help it's a emergency. -
Killerman2012 - 24.11.2015
Hello, dude i have a problem.
At all houses and Bizz the "CreateDynamic3dTextLabel" is invisible.
doesn't appear the 3dtext label, please help me..
Код:
BizzLabel[i] = CreateDynamic3DTextLabel(PropertyString ,0x0066FFFF,BizzInfo[i][bEntranceX], BizzInfo[i][bEntranceY], BizzInfo[i][bEntranceZ],25, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, -1, 15, -1, 100.0);
CreateDynamicPickup(1239, 1, BizzInfo[i][bEntranceX], BizzInfo[i][bEntranceY], BizzInfo[i][bEntranceZ]);

Here it's Gun Shop bizz and 3dtext doesn't appear, please help me.
+2 rep for my helper.
P.S = SORRY for my bad english i'm RO.
RO:
Salut, am o problema.
La toate casele si bizz-urile de pe server nu apar CreateDynamic3DText-urile, pur si simplu nu apar, insa pot intra in casa si folosii comenzile /buyhouse si tot ce tine de sistemul de case.
Am incercat sa schimb range-ul de la -1 in 15 dar degeaba, ma puteti ajuta? Va rog frumos

Aici este GSLS dar nu apare textul de la bizz. Ofer 2+ rep
Re: Please help me fast, i need help it's a emergency. -
iKarim - 24.11.2015
PHP код:
BizzLabel[i] = CreateDynamic3DTextLabel(PropertyString ,0x0066FFFF,BizzInfo[i][bEntranceX], BizzInfo[i][bEntranceY], BizzInfo[i][bEntranceZ]);
CreateDynamicPickup(1239, 1, BizzInfo[i][bEntranceX], BizzInfo[i][bEntranceY], BizzInfo[i][bEntranceZ]);
Try this?
Re: Please help me fast, i need help it's a emergency. -
Killerman2012 - 24.11.2015
Quote:
Originally Posted by PawnHunter
PHP код:
BizzLabel[i] = CreateDynamic3DTextLabel(PropertyString ,0x0066FFFF,BizzInfo[i][bEntranceX], BizzInfo[i][bEntranceY], BizzInfo[i][bEntranceZ]);
CreateDynamicPickup(1239, 1, BizzInfo[i][bEntranceX], BizzInfo[i][bEntranceY], BizzInfo[i][bEntranceZ]);
Try this?
|
Don't work.
Re: Please help me fast, i need help it's a emergency. -
Bolex_ - 24.11.2015
Remove Dynamic :/
Re: Please help me fast, i need help it's a emergency. -
N0FeaR - 24.11.2015
try this
pawn Код:
BizzLabel[i] = CreateDynamic3DTextLabel(PropertyString ,0x0066FFFF,BizzInfo[i][bEntranceX], BizzInfo[i][bEntranceY], BizzInfo[i][bEntranceZ],25, INVALID_PLAYER_ID, 1, -1, 15, -1, 100.0);
CreateDynamicPickup(1239, 1, BizzInfo[i][bEntranceX], BizzInfo[i][bEntranceY], BizzInfo[i][bEntranceZ]);
Re: Please help me fast, i need help it's a emergency. -
AbyssMorgan - 24.11.2015
Quote:
Originally Posted by Scripter18
Remove Dynamic :/
|
remove from this forum
Код:
CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
BizzLabel[i] = CreateDynamic3DTextLabel(PropertyString ,0x0066FFFF,BizzInfo[i][bEntranceX], BizzInfo[i][bEntranceY], BizzInfo[i][bEntranceZ],25.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 100.0);