Jump to content

[ Solved ] Sytem:GetProperty not Working.


Yue
 Share

Recommended Posts

CH={

	value=nil,
	
	New=function(self)

		local this={}
		setmetatable(this,self)
		self.__index = self
		
		function this:Init()
			self.value = System:GetProperty("FS","true")
		end


		this:Init()
		return(this)
	end

}

h = CH:New()
System:Print(h.value) --Return false.

For some reason the System:GetProperty does not work.

 

 

Link to comment
Share on other sites

  • Yue changed the title to [ Solved ] Sytem:GetProperty not Working.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...