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
#2

Up. > PLEASE
Reply
#3

What version of sa-mp are you using. Anything below 0.3rc4 there was an error with 3D text on restart.

Try disconnecting and reconnecting without shutting down your server.
Reply
#4

i tryied on 0.3b rc2 rc3
Reply
#5

Download 0.3b RC4, it should fix it.
Reply
#6

ok i will test it.
Reply
#7

nothing.
Reply
#8

PLEASE. >
Reply
#9

SORRY FOR THAT. HELP ME >>
Reply
#10

I think that you need the help of glasses first

Quote:

b) Do not bump
Some people apparently think they are important enough to bump their own topic after 10 minutes.
You can bump topics when the last reply is at least 12 hours old, and it needs to have useful information about your problem.

And by the way, by doing it under OnPlayerConnect, the 3D text label will create every time a player joins the server... not very effective.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)