Textdraw problem
#1

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

English please
Reply
#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
#4

What, how to make it global?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)