#6

Quote:
Originally Posted by GeorgeLimit
Посмотреть сообщение
whare I can place
Place the textdraw in OnGamemodeInit and show the textdraw in OnPlayerConnect.

pawn Код:
public OnGamemodeInit()
{
Textdraw1 = TextDrawCreate(503.000000, 113.000000, "--");
TextDrawBackgroundColor(Textdraw1, 65535);
TextDrawFont(Textdraw1, 3);
TextDrawLetterSize(Textdraw1, 0.390000, 1.000000);
TextDrawColor(Textdraw1, -65281);
TextDrawSetOutline(Textdraw1, 1);
TextDrawSetProportional(Textdraw1, 1);
return 1;
}

public OnPlayerConnect(playerid)
{
 TextDrawShowForPlayer(playerid, Textdraw1);
 return 1;
}
Reply


Messages In This Thread
HELP - by nbx2000 - 15.12.2018, 01:20
Re: HELP - by UFF - 15.12.2018, 02:33
Re: HELP - by nbx2000 - 15.12.2018, 18:18
Re: HELP - by UFF - 16.12.2018, 04:46
Re: HELP - by GeorgeLimit - 16.12.2018, 04:53
Re: HELP - by UFF - 16.12.2018, 05:02
Re: HELP - by GeorgeLimit - 16.12.2018, 05:09
Re: HELP - by UFF - 16.12.2018, 05:11
Re: HELP - by GeorgeLimit - 16.12.2018, 05:20
Re: HELP - by UFF - 16.12.2018, 05:43

Forum Jump:


Users browsing this thread: 1 Guest(s)