Help! >:|
#1

well.. i'm attached 3dtext label to vehicles. compiled pawno and restarted server. but 3dtextlabel isnt created?? o_O(brb i cant see it, because i dont know why? :DD)

script lines:
Quote:

for(new i=0;i<maxvehicles+1;i++)
{
new Float:tmpx,Float:tmpy,Float:tmpz;
vehicleDB[i][gas]=50;
GetVehiclePos(i,tmpx,tmpy,tmpz);
if(GetVehicleModel(i) == 448)
{
new Text3D:label = Create3DTextLabel("pirktipica\nKaina: 20 Lt", 0x9EEC8EFF,tmpx,tmpy,tmpz,20,0,1);
Attach3DTextLabelToVehicle(Text3D:label, i, 0, 0, 0);
}
}

i add this at onplayerconnect - nothing, at init - nothing. btw help me :D

( p.s sorry for my bad english >:| )
( p.p.s forum modetators, dont delete this thread >:| )
( p.p.p.s no errors, warnings >:| )
Reply


Messages In This Thread
Help! >:| - by AndriusZ* - 18.08.2010, 23:18
Re: Help! >:| - by AndriusZ* - 19.08.2010, 10:18
Re: Help! >:| - by vital2k - 19.08.2010, 10:20
Re: Help! >:| - by AndriusZ* - 19.08.2010, 10:21
Re: Help! >:| - by Hiddos - 19.08.2010, 10:32
Re: Help! >:| - by AndriusZ* - 19.08.2010, 10:49
Re: Help! >:| - by AndriusZ* - 19.08.2010, 10:59
Re: Help! >:| - by AndriusZ* - 19.08.2010, 13:12
Re: Help! >:| - by AndriusZ* - 19.08.2010, 17:00
Re: Help! >:| - by Faith - 19.08.2010, 17:18

Forum Jump:


Users browsing this thread: 1 Guest(s)