Textdraw problem
#3

[/code]
new PlayerText:Logo[MAX_PLAYERS];

public OnPlayerConnect(playerid)
{
Logo[playerid] = CreatePlayerTextDraw(playerid, 512.000000 , 427.000000 , "Bayside Roleplay" ) ;
PlayerTextDrawBackgroundColor(playerid, Logo[playerid], 255) ;
PlayerTextDrawFont(playerid, Logo[playerid], 3) ;
PlayerTextDrawLetterSize(playerid, Logo[playerid],0.500000 , 1.000000) ;
PlayerTextDrawColor(playerid, Logo[playerid], - 1153411 ;
PlayerTextDrawSetOutline(playerid, Logo[playerid], 1) ;
PlayerTextDrawSetProportional(playerid, Logo[playerid], 1) ;

PlayerTextDrawShow(playerid, Logo[playerid]);
[/code]
Reply


Messages In This Thread
Textdraw problem - by SileAdv - 19.03.2019, 17:08
Re: Textdraw problem - by Heress - 19.03.2019, 18:01
Re: Textdraw problem - by SileAdv - 19.03.2019, 23:51
Re: Textdraw problem - by SileAdv - 20.03.2019, 11:19

Forum Jump:


Users browsing this thread: 1 Guest(s)