08.02.2011, 13:10
Hey guys,
today I made a lil something for my server. Now when I compile it I get 2 Warnings:
2 times.
These are the lines:
Any ideas?
Thanks in advance!
today I made a lil something for my server. Now when I compile it I get 2 Warnings:
Код:
warning 213: tag mismatch
These are the lines:
Код:
{
SendClientMessage(playerid, COLOR_WHITE,"SERVER: Du bist Premium Nutzer.");
new Premium3D;
Premium3D = Create3DTextLabel("Premium",0xFFFF00AA,30.0,40.0,50.0,40.0,0); //First line
Attach3DTextLabelToPlayer(Premium3D, playerid, 0.0, 0.0, 0.3); //Second line
}
Thanks in advance!

