SA-MP Forums Archive
Help! >:| - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help! >:| (/showthread.php?tid=169262)



Help! >:| - AndriusZ* - 18.08.2010

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 >:| )


Re: Help! >:| - AndriusZ* - 19.08.2010

Up. > PLEASE


Re: Help! >:| - vital2k - 19.08.2010

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.


Re: Help! >:| - AndriusZ* - 19.08.2010

i tryied on 0.3b rc2 rc3


Re: Help! >:| - Hiddos - 19.08.2010

Download 0.3b RC4, it should fix it.


Re: Help! >:| - AndriusZ* - 19.08.2010

ok i will test it.


Re: Help! >:| - AndriusZ* - 19.08.2010

nothing.


Re: Help! >:| - AndriusZ* - 19.08.2010

PLEASE. >


Re: Help! >:| - AndriusZ* - 19.08.2010

SORRY FOR THAT. HELP ME >>


Re: Help! >:| - Faith - 19.08.2010

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.