Weird Warning.
#3

pawn Код:
new PlayerText:Text4[MAX_PLAYERS];

public OnPlayerConnect(playerid)
{

Text4[playerid] = CreatePlayerTextDraw(playerid, 273.000000, 228.000000, "ld_otb2:butnb");
PlayerTextDrawBackgroundColor(playerid, Text4[playerid], 0);
PlayerTextDrawFont(playerid, Text4[playerid], 4);
PlayerTextDrawLetterSize(playerid, Text4[playerid], 0.400000, -1.000000);
PlayerTextDrawColor(playerid, Text4[playerid], 3315350);
PlayerTextDrawSetOutline(playerid, Text4[playerid], 0);
PlayerTextDrawSetProportional(playerid, Text4[playerid], 1);
PlayerTextDrawSetShadow(playerid, Text4[playerid], 1);
PlayerTextDrawUseBox(playerid, Text4[playerid], 1);
PlayerTextDrawBoxColor(playerid, Text4[playerid], 255);
PlayerTextDrawTextSize(playerid, Text4[playerid], 55.000000, 23.000000);
PlayerTextDrawSetSelectable(playerid, Text4[playerid], 1);
}
Reply


Messages In This Thread
Weird Warning. - by $Marco$ - 17.03.2015, 19:48
Re: Weird Warning. - by CalvinC - 17.03.2015, 19:50
Re: Weird Warning. - by $Marco$ - 17.03.2015, 19:51
Re: Weird Warning. - by Vince - 17.03.2015, 19:57
Re: Weird Warning. - by $Marco$ - 17.03.2015, 19:59
Re: Weird Warning. - by CalvinC - 17.03.2015, 19:59

Forum Jump:


Users browsing this thread: 1 Guest(s)