SA-MP Forums Archive
Textdraw problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Textdraw problem (/showthread.php?tid=665027)



Textdraw problem - SileAdv - 19.03.2019

When i connect into my server i cant see the logo textdraw and i maked it.


Re: Textdraw problem - Heress - 19.03.2019

English please


Re: Textdraw problem - SileAdv - 19.03.2019

[/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]


Re: Textdraw problem - SileAdv - 20.03.2019

What, how to make it global?