Textdraw Command
#7

Edit this to your preference
pawn Код:
DescriptionText[playerid] = TextDrawCreate(320.0, 380.0, " ");
    TextDrawAlignment(DescriptionText[playerid], 2);
    TextDrawFont(DescriptionText[playerid], 1);
    TextDrawLetterSize(DescriptionText[playerid], 0.320000, 1.700000);
    TextDrawSetOutline(DescriptionText[playerid], 1);
    TextDrawHideForPlayer(playerid, DescriptionText[playerid]);
And change the command to
pawn Код:
CMD:smoke(playerid, params[])
{
    foreach(new i : Player)
    {
        new string[128], sName[24];
        GetPlayerName(playerid, sName, sizeof(sName));
        format(string, sizeof(string), "~r~[DM] ~w~%s(%d) has joined /smoke", sName, playerid);
        ShowDescriptionText(i, string);
    }
    return 1;
}
I see you like xSF very much.
Reply


Messages In This Thread
Textdraw Command - by mohdapiz - 26.07.2014, 01:30
Re: Textdraw Command - by Blademaster680 - 26.07.2014, 01:47
Re: Textdraw Command - by mohdapiz - 26.07.2014, 01:51
Re: Textdraw Command - by Affan - 26.07.2014, 04:11
Re: Textdraw Command - by mohdapiz - 26.07.2014, 04:21
Re: Textdraw Command - by mohdapiz - 26.07.2014, 04:43
Re: Textdraw Command - by Affan - 26.07.2014, 04:46
Re: Textdraw Command - by mohdapiz - 26.07.2014, 05:27
Re: Textdraw Command - by mohdapiz - 26.07.2014, 05:49

Forum Jump:


Users browsing this thread: 1 Guest(s)