Creating a simple textdraw
#2

Код:
ShowTextdraw(playerid);
{
    new
        string[128];
    PlayerTextDrawShowForPlayer(playerid, PlayerData[playerid][pTextdraws][0]);
    format(string, sizeof(string), "Blue\nRed\nOrange\nGreen");
    PlayerTextDrawSetString(playerid, PlayerData[playerid][pTextdraws][0], string);
    return 1;
}
You were not showing the TextDraw thats why the command wasn't even showing anything.
Reply


Messages In This Thread
Textdraw does not appear - by adamslj - 01.09.2017, 18:40
Re: Creating a simple textdraw - by FuNkYTheGreat - 01.09.2017, 19:06

Forum Jump:


Users browsing this thread: 2 Guest(s)