18.08.2010, 23:18
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:
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 >:| )
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); } } |
( p.s sorry for my bad english >:| )
( p.p.s forum modetators, dont delete this thread >:| )
( p.p.p.s no errors, warnings >:| )