Como criar um DrawCreate com meus digitos
#1

Olб, estou querendo criar um DrawCreate, que quando eu digitar /info [mensagem] ele aparece na tela com a mensagem que eu digitei

Ex.:

pawn Код:
if(strcmp(cmdtext,"/info",true) == 0)
{
    TextInfo2 = TextDrawCreate(62.000000, 316.000000, "Que apareзa oq eu digitar no samp");
    TextDrawBackgroundColor(TextInfo2, 255);
    TextDrawFont(TextInfo2, 2);
    TextDrawLetterSize(TextInfo2, 0.360000, 1.200000);
    TextDrawColor(TextInfo2, 1650615039);
    TextDrawSetOutline(TextInfo2, 0);
    TextDrawSetProportional(TextInfo2, 1);
    TextDrawSetShadow(TextInfo2, 1);
       
    TextDrawShowForPlayer(playerid, TextInfo2);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)