15.09.2012, 12:59
Okay, now i can use "<", "Fertig" (fertig is german for finished) and ">".
But if i go over ">" theres a little zone or something like that, if my mouse is in this zone, the > is purple, but it should be only if i'am at the >.
Heres a picture:
![](http://img6.imagebanana.com/img/43fnoks3/test.JPG)
the code:
PS: now i used zamaroths editor, because ipleomax's editor is not really useful, only a bit currently.
thanks
But if i go over ">" theres a little zone or something like that, if my mouse is in this zone, the > is purple, but it should be only if i'am at the >.
Heres a picture:
the code:
pawn Code:
pTutorialDrawSkin[10][playerid] = CreatePlayerTextDraw(playerid,510.000000, 265.000000, ">");
PlayerTextDrawBackgroundColor(playerid,pTutorialDrawSkin[10][playerid], 255);
PlayerTextDrawFont(playerid,pTutorialDrawSkin[10][playerid], 0);
PlayerTextDrawLetterSize(playerid,pTutorialDrawSkin[10][playerid], 0.720000, 3.000000);
PlayerTextDrawColor(playerid,pTutorialDrawSkin[10][playerid], -1);
PlayerTextDrawSetOutline(playerid,pTutorialDrawSkin[10][playerid], 1);
PlayerTextDrawSetProportional(playerid,pTutorialDrawSkin[10][playerid], 1);
PlayerTextDrawTextSize(playerid,pTutorialDrawSkin[10][playerid], 800, 20);
PlayerTextDrawSetSelectable(playerid,pTutorialDrawSkin[10][playerid], true);
thanks
![Smiley](images/smilies/smile.png)