06.09.2013, 00:19
Achei isso aqui que pode ser muito ъtil
Crйditos Criador: Shelby
Crйditos por ter achado: ViniKuliveguisky
Post: https://sampforum.blast.hk/showthread.php?tid=177465
Exemplo do Flash: http://imageshack.us/f/832/anigifcre.gif/ Clica em cima da imagem para ver!
pawn Code:
forward UseFlashRadar();
public UseFlashRadar()
{
UseFlash = true;
Flash = TextDrawCreate(635.000000, 432.000000, "__");
TextDrawBackgroundColor(Flash, 255);
TextDrawFont(Flash, 1);
TextDrawLetterSize(Flash, 0.500000, -45.900001);
TextDrawColor(Flash, -256);
TextDrawSetOutline(Flash, 0);
TextDrawSetProportional(Flash, 1);
TextDrawSetShadow(Flash, 1);
TextDrawUseBox(Flash, 1);
TextDrawBoxColor(Flash, -86);
TextDrawTextSize(Flash, 6.000000, 35.000000);
return 1;
}
Crйditos por ter achado: ViniKuliveguisky
Post: https://sampforum.blast.hk/showthread.php?tid=177465
Exemplo do Flash: http://imageshack.us/f/832/anigifcre.gif/ Clica em cima da imagem para ver!