Jump to content

Question

Posted

Vreau sa pun o zona unde pui anunturi si nu merge .. imi da 1 erroare ...

C:\Users\Fuher\Desktop\CG RPG\gamemodes\CG.pwn(18120) : warning 213: tag mismatch

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size:          13028 bytes

Code size:          2622396 bytes

Data size:          7199408 bytes

Stack/heap size:      16384 bytes; estimated max. usage=7366 cells (29464 bytes)

Total requirements: 9851216 bytes

1 Warning.

[ Asta e cea care imi da erroare ] Create3DTextLabel("{7F1AF2}CNN Studio PD\n {74F21A}Foloseste: {F80404}/AD {74F21A}pentru a face un anunt",COLOR_GRAD4,1513.7368,-1784.2408,13.5937,86.2598,10.0,0);

[ Asta e cea normala si buna .. fara erroare ] Create3DTextLabel("{7F1AF2}CNN Studio SF\n {74F21A}Foloseste: {F80404}/AD {74F21A}pentru a face un anunt",COLOR_GRAD4,-2649.418212,381.443420,6.159250,10.0,0);

1384322598-50326[1].png

4 answers to this question

Recommended Posts

Posted

Inlocuieste cu : [pawn] Create3DTextLabel("{7F1AF2}CNN Studio PD\n {74F21A}Foloseste: {F80404}/AD {74F21A}pentru a face un anunt",COLOR_GRAD4,1513.7368,-1784.2408,13.5937,10.0,0); [/pawn]

Posted

Ai 4 coordonate!

Daca:

X= 1513.7368

Y= -1784.2408

Z= 13.5937

atunci:

Create3DTextLabel({7F1AF2}CNN Studio PD\n {74F21A}Foloseste: {F80404}/AD {74F21A}pentru a face un anunt"",COLOR_GRAD4, 1513.7368,-1784.2408,13.5937, 10.0, 0, 0);

asta e forma:

Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS);

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.