Jump to content
  • 0

Problema Streamer 3DTextLabel


Question

Posted

Cred ca am ajuns la limita normala de 3DTextLabel, iar cu streamerul am pus:

[pawn]CreateDynamic3DTextLabel("Some text",COLOR_YELLOW,-1988.6736,1117.9395,54.4726,40.0,0);[/pawn] dar nu mi-l arata, care ar fi problema?

Precizez ca nu-mi da nicio eroare la compilare.

3 answers to this question

Recommended Posts

Posted

Incearca asa:

daca ai TestLOS la 0, baga-l la 1

daca ai TestLOS la 1, baga-l la 0

( nu stiu sigur cum merge, multi aveti problema asta, eu nu am avut-o )

Posted

Interesant e ca l-am rezolvat, dar am alta problema.

Rezolvarea cu dynamic e la ultimul 0, am incercat sa-l sterg si a mers perfect :)

Acum am problema cu casele si biz-urile nu se mai vad TextLabelurile, in rest celelalte merg.

Care ar fi problema?

Deci merg toate 3dtextlabel-urile normale cu Create3DText.. si cele cu CreateDynamic3D.., dar de ce nu vrea sa-mi mai arate acum label-urile de la case/bizuri ..?

Posted

LE. Am incercat si cu TestLOS, si cu invalid_playerid si alea la sfarsit si tot nu vrea sa mearga..

[pawn]    new strstr[256];

      format(strstr,sizeof(strstr),"House owner: %d\n Level: %s\n Rent price: $%d\n [Type /rentroom to rent a room]", HouseInfo[h][hOwner],HouseInfo[h][hLevel],HouseInfo[h][hRent]);

    hhh[h] = CreateDynamic3DTextLabel(strstr, COLOR_YELLOW,HouseInfo[h][hEntrancex],HouseInfo[h][hEntrancey],HouseInfo[h][hEntrancez], 30.0);  [/pawn]

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.