Posts: 128
Threads: 30
Joined: Jul 2012
Quote:
Originally Posted by Zyova
./includes/textdraws.pwn(4) : error 029: invalid expression, assumed zero
./includes/textdraws.pwn(4) : warning 215: expression has no effect
./includes/textdraws.pwn(4) : error 001: expected token: ";", but found "]"
./includes/textdraws.pwn(4) : error 029: invalid expression, assumed zero
./includes/textdraws.pwn(4) : fatal error 107: too many error messages on one line
How to fix this?
PHP Code:
CreatePokerGUI(playerid)
{
PlayerPokerUI[playerid][0] = CreatePlayerTextDraw(playerid, 390.000000, 263.000000, " ");
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);
|
Send Line 4