I saw a function of set and get something just like PData. Anyone know of this function?
[editline]7th September 2014[/editline]
Never mind, if anyone else was looking for this i found it @ [URL="http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index3edb.html"]This website page[/URL]
[code]
@name Global Writer
@inputs Input
interval(100)
gSetGroup("Wireless1")
gSetNum("A"Input)
@name Global Reader
@outputs Output
interval(100)
gSetGroup("Wireless1")
Output=gGetNum("A")
[/code]
Sorry, you need to Log In to post a reply to this thread.