SA-MP Forums Archive
tag mismatch (+rep) - 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)
+--- Thread: tag mismatch (+rep) (/showthread.php?tid=549026)



tag mismatch (+rep) - ScripteRMKD - 04.12.2014

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 ??


Re: tag mismatch (+rep) - CalvinC - 04.12.2014

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


Re: tag mismatch (+rep) - ScripteRMKD - 04.12.2014

Can you help me or leave this thread okey ?


Re: tag mismatch (+rep) - Urukhay - 04.12.2014

Код HTML:
new PlayerText:RegistracijaRegTekst;



Re: tag mismatch (+rep) - ScripteRMKD - 04.12.2014

Thanks repped


Re: tag mismatch (+rep) - mjay768 - 04.12.2014

Edit : I was mistaken for something else. :P


Re: tag mismatch (+rep) - Raweresh - 04.12.2014

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.


Re: tag mismatch (+rep) - ScripteRMKD - 09.12.2014

lol i see this right now thanks