27.12.2014, 18:07
This editor isn't working for me, I don't know why, you guys got any other options for me ?
I already have the command
I want to set this Text to be located in the TOP-RIGHT of the screen
or BOT-RIGHT/LEFT of the screen
I already have the command
pawn Код:
}
EXPRP[playerid] = TextDrawCreate(85.000000, 322.000000, "Express RolePlay");
TextDrawAlignment(EXPRP[playerid], 2);
TextDrawBackgroundColor(EXPRP[playerid], 255);
TextDrawFont(EXPRP[playerid], 1);
TextDrawLetterSize(EXPRP[playerid], 0.809998, 1.500000);
TextDrawColor(EXPRP[playerid], -1);
TextDrawSetOutline(EXPRP[playerid], 1);
TextDrawSetProportional(EXPRP[playerid], 1);
TextDrawShowForPlayer(playerid, EXPRP[playerid]);
}
or BOT-RIGHT/LEFT of the screen