textdraw
#6

if u want it to show when you type CMD or
Код:
CMD:text(playerid)
{
    PlayerTextDrawShow(playerid, Textdraw0);
    PlayerTextDrawShow(playerid, Textdraw1);
    PlayerTextDrawShow(playerid, Textdraw2);
    return 1;
}
This will show when player connect
Код:
public OnPlayerConnect(playerid)
{
    PlayerTextDrawShow(playerid, Textdraw0);
    PlayerTextDrawShow(playerid, Textdraw1);
    PlayerTextDrawShow(playerid, Textdraw2);
    return 1;
}
Reply


Messages In This Thread
textdraw [REP+] Not Solved HELPP - by Dejan12345 - 26.07.2016, 09:42
Re: textdraw NotSolved - by Dejan12345 - 26.07.2016, 10:16
Re: textdraw - by JustMe.77 - 26.07.2016, 10:17
Re: textdraw - by AliBro - 26.07.2016, 10:17
Re: textdraw NotSolved - by Dejan12345 - 26.07.2016, 10:25
Re: textdraw - by FuNkYTheGreat - 26.07.2016, 10:34
Re: textdraw - by Dejan12345 - 26.07.2016, 10:37
Re: textdraw - by JustMe.77 - 26.07.2016, 10:51
Re: textdraw - by Quinncell - 26.07.2016, 10:55
Re: textdraw - by Dejan12345 - 26.07.2016, 11:22

Forum Jump:


Users browsing this thread: 1 Guest(s)