Jump to content
Sign in to follow this  
Naiss

editeable dialogue window (phone system)

Recommended Posts

okey so im making a phone system but what would i but in the code for the west side to get that msg that the player but in the dialog where he can edit the text

the Dialog where the player can change the msg:

class RscEdit_1401: RscEdit
	{
		idc = 1401;
		text = "Message here..."; //--- ToDo: Localize;
		x = 0.419792 * safezoneW + safezoneX;
		y = 0.445021 * safezoneH + safezoneY;
		w = 0.217708 * safezoneW;
		h = 0.0219914 * safezoneH;
	};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×