19.03.2012, 00:35
I am amazed with your signature.
And for the textdraw thing, you need to make it like this:
And for the textdraw thing, you need to make it like this:
pawn Код:
new Payday0[MAX_PLAYERS];
//OnPlayerConnect or whatever:
Payday0[playerid] = TextDrawCreate(326.000000, 133.000000, "__");
TextDrawAlignment(Payday0[playerid], 2);
TextDrawBackgroundColor(Payday0[playerid], 255);
TextDrawFont(Payday0[playerid], 1);
TextDrawLetterSize(Payday0[playerid], 0.500000, 22.000000);
TextDrawColor(Payday0[playerid], 255);
TextDrawSetOutline(Payday0[playerid], 0);
TextDrawSetProportional(Payday0[playerid], 1);
TextDrawSetShadow(Payday0[playerid], 1);
TextDrawUseBox(Payday0[playerid], 1);
TextDrawBoxColor(Payday0[playerid], 255);
TextDrawTextSize(Payday0[playerid], 4.000000, 437.000000);