10.11.2015, 08:48
Hey guys, so probably I'm trying to build a infobox, now at the bottom I'm trying to put both of the textdraw at the same line -
Where I'm wrong with this code ? ^
PHP код:
forward HideInfoBox(playerid);
public HideInfoBox(playerid) {
if (!PlayerData[playerid][pShowInfoBox])
return 0;
PlayerData[playerid][pShowInfoBox] = false;
return PlayerTextDrawHide(playerid, PlayerData[playerid][pTextdraws][83]); PlayerTextDrawHide(playerid, PlayerData[playerid][pTextdraws][84]);
}
Quote:
return PlayerTextDrawHide(playerid, PlayerData[playerid][pTextdraws][83]); PlayerTextDrawHide(playerid, PlayerData[playerid][pTextdraws][84]); |