29.11.2012, 15:58
Quote:
I suppose you answers questions too? Where do I delete the blue $ up in the right corner? And how to I disable all the [ADMINS] is now on duty etc, and which command the admins to like after they have banned someone, all can see AdmLog or something and then the admins get a extra message that says Admin just banned NAME?
|
Code:
Textdraw51[playerid] = TextDrawCreate(608.000000, 98.000000, " "); // bank money TextDrawAlignment(Textdraw51[playerid], 3); TextDrawBackgroundColor(Textdraw51[playerid], 255); TextDrawFont(Textdraw51[playerid], 3); TextDrawLetterSize(Textdraw51[playerid], 0.650000, 2.199999); TextDrawColor(Textdraw51[playerid], 43775); TextDrawSetOutline(Textdraw51[playerid], 1); TextDrawSetProportional(Textdraw51[playerid], 1); Textdraw52[playerid] = TextDrawCreate(494.000000, 81.000000, " "); // money changes TextDrawAlignment(Textdraw52[playerid], 3); TextDrawBackgroundColor(Textdraw52[playerid], 255); TextDrawFont(Textdraw52[playerid], 1); TextDrawLetterSize(Textdraw52[playerid], 0.279999, 1.600000); TextDrawColor(Textdraw52[playerid], 0xFFFFFFFF); TextDrawSetOutline(Textdraw52[playerid], 1); TextDrawSetProportional(Textdraw52[playerid], 1);