SA-MP Forums Archive
Problem with Create3DText... - 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: Problem with Create3DText... (/showthread.php?tid=118032)



Problem with Create3DText... - [Sk]Noob - 02.01.2010

I've tried to do a 3DText for the houses but it didnt show me the Text...

Can any one show me how to do it ?

Код:
format(string, sizeof(string), "This house is for sale! Address: %d %s Description: %s Price: $%d%s",n,houselocation,Houses[n][Description],Houses[n][HousePrice]);
i need it with the Addres and all the things it has..



Re: Problem with Create3DText... - [HiC]TheKiller - 03.01.2010

Can we see the 3D text line.


Re: Problem with Create3DText... - SMX - 03.01.2010

By just taking a quick look at this code I can see one %s to much at the end but that should not stop it from working so you will most likely need to post the 3D text code itself as suggested above.


Re: Problem with Create3DText... - [Sk]Noob - 03.01.2010

Didnt get you... anyways can anyone show me the format i need to do it with him ?


Re: Problem with Create3DText... - [Sk]Noob - 03.01.2010

Up...

Can you show me an example for this ?


Re: Problem with Create3DText... - SMX - 03.01.2010

We need to see the line of code you use that holds something with Create3DTextLabel.


Re: Problem with Create3DText... - x-cutter - 03.01.2010

I'm starting to think you didn't even create the text label!
be sure to create one using Create3DTextLabel.
( wiki: https://sampwiki.blast.hk/wiki/Create3DTextLabel )