SA-MP Forums Archive
like a radio font - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: like a radio font (/showthread.php?tid=426977)



like a radio font - DerickClark - 30.03.2013

how i get dis changeing font?



Re: like a radio font - Private200 - 30.03.2013



It's the ID 1 of the TextDraws font.


Re: like a radio font - DerickClark - 30.03.2013

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


Re: like a radio font - Private200 - 30.03.2013

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.


Re: like a radio font - DerickClark - 30.03.2013

but where i put it? i think you mean id 2


Re : like a radio font - thegreathom - 30.03.2013

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



Re: like a radio font - DerickClark - 30.03.2013

But where i put it?


Re : like a radio font - thegreathom - 30.03.2013

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;
}
*/



Re: like a radio font - DerickClark - 30.03.2013

....... ,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