What’s the easies way to send a text written in a text entry field to the server?
I want to put the text the player wrote in a .txt with file.write, to store the text serverside basically.
What’s the easies way to send a text written in a text entry field to the server?
I want to put the text the player wrote in a .txt with file.write, to store the text serverside basically.
**[Datastream
http://wiki.garrysmod.com/favicon.ico](http://wiki.garrysmod.com/?title=Datastream)** is the easiest way. I would use a simple concommand though.
Ouch! Didn’t see that typo. I’ll take a look at the link.
I’ve tried with commands, any ideas on how you would’ve done it the command way?
I didn’t put easiest in italics to point out the typo (I didn’t even notice it!).
Well that was random! By the way, I’ve found a way with datastream now, case closed!