like a radio font
#1

how i get dis changeing font?
Reply
#2



It's the ID 1 of the TextDraws font.
Reply
#3

Can you create it for me plz? + i don't khow where it go.
Reply
#4

Use this better...
Creating a "Radio On" textdraw, randomly in the middle of the screen, isn't that a bit strange? Use the one I gave you below. Has function of clickable textdraw and uses the font you like.
Reply
#5

but where i put it? i think you mean id 2
Reply
#6

pawn Код:
// your textdraw code
TextDrawFont(Textdraw0, 0); // Change the 0 to your font style 0,1,2,3.
Reply
#7

But where i put it?
Reply
#8

Example :

pawn Код:
public OnGameModeInit()
{
    Textdraw0 = TextDrawCreate(465.000000, 60.666675, "Grand Theft Auto : San Andreas");
    TextDrawLetterSize(Textdraw0, 0.673750, 3.093333);
    TextDrawAlignment(Textdraw0, 3);
    TextDrawColor(Textdraw0, -1);
    TextDrawSetShadow(Textdraw0, 0);
    TextDrawSetOutline(Textdraw0, 1);
    TextDrawBackgroundColor(Textdraw0, 51);
    TextDrawFont(Textdraw0, 0);
    TextDrawSetProportional(Textdraw0, 1);
    return 1;
}

/*
public OnPlayerConnect(playerid)
{
    TextDrawShowForPlayer(playerid,Textdraw0);
    return 1;
}
*/
Reply
#9

....... ,I khow don't get it.

i say where i put it.
if i put it on OnGameModeInit not going to show up the radio stuff. Like dis
Radio
Los
Santos
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)