Originally Posted by yoran765
PHP код:
HouseLabel[h] = Create3DTextLabel("Owner: No-Owner\nHouse Name: No-Title", -1, hX, hY, hZ+0.5, 20.0, GetPlayerVirtualWorld(playerid), 1);
As you can see you put the interior as "1". Try putting that as 0.
PHP код:
HouseLabel[h] = Create3DTextLabel("Owner: No-Owner\nHouse Name: No-Title", -1, hX, hY, hZ+0.5, 20.0, GetPlayerVirtualWorld(playerid), 0);
|