tag mismatch (+rep)
#1

pawn Код:
new RegistracijaRegTekst;
pawn Код:
RegistracijaRegTekst = CreatePlayerTextDraw(playerid, 64.500000, 11.375000, "Registracija");
    PlayerTextDrawLetterSize(playerid, RegistracijaRegTekst, 0.562497, 2.019999);
    PlayerTextDrawAlignment(playerid, RegistracijaRegTekst, 1);
    PlayerTextDrawColor(playerid, RegistracijaRegTekst, 16777215);
    PlayerTextDrawSetShadow(playerid, RegistracijaRegTekst, 0);
    PlayerTextDrawSetOutline(playerid, RegistracijaRegTekst, 1);
    PlayerTextDrawBackgroundColor(playerid, RegistracijaRegTekst, 51);
    PlayerTextDrawFont(playerid, RegistracijaRegTekst, 1);
    PlayerTextDrawSetProportional(playerid, RegistracijaRegTekst, 1);
What in this textdraw is tag mismatch ??
Reply
#2

You can see what line nr. that's something wrong with, try to look at that line.
Reply
#3

Can you help me or leave this thread okey ?
Reply
#4

Код HTML:
new PlayerText:RegistracijaRegTekst;
Reply
#5

Thanks repped
Reply
#6

Edit : I was mistaken for something else. :P
Reply
#7

Quote:
Originally Posted by mjay768
Посмотреть сообщение
You missed Z co-ordinate in your create textdraw line.
So
Код HTML:
RegistracijaRegTekst = CreatePlayerTextDraw(playerid, 64.500000, 11.375000, Float Z,"Registracija");
Int the abov line, replace Float Z with your Z co-ordinate.
What? Z coordinate in textdraw? Think about it's displayed at your screen it's not 3d text.
Reply
#8

lol i see this right now thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)