24.01.2015, 03:39
PHP Code:
CreatePokerGUI(playerid)
{
PlayerPokerUI[playerid][0] = CreatePlayerTextDraw(playerid, 390.000000, 263.000000, " "); // this is line 4 buddy
PlayerTextDrawAlignment(playerid, PlayerPokerUI[playerid][0], 2);
PlayerTextDrawBackgroundColor(playerid, PlayerPokerUI[playerid][0], 100);
PlayerTextDrawFont(playerid, PlayerPokerUI[playerid][0], 2);
PlayerTextDrawLetterSize(playerid, PlayerPokerUI[playerid][0], 0.159998, 1.200001);
PlayerTextDrawColor(playerid, PlayerPokerUI[playerid][0], -1);
PlayerTextDrawSetOutline(playerid, PlayerPokerUI[playerid][0], 0);
PlayerTextDrawSetProportional(playerid, PlayerPokerUI[playerid][0], 1);
PlayerTextDrawSetShadow(playerid, PlayerPokerUI[playerid][0], 0);