I need to know how to use DataStream i did exactly what it says in the tutorials and im not receiving no info to the server.. and yes i did require datastream!
Post your code.
I was using this as a test...
[url]http://wiki.garrysmod.com/?title=Client_to_Server[/url]
You did require it on both client [b]and[/b] server right?
Yes, i don't get no Msg's to the server and i placed in client side initialspawn, to try and get it to work...
[QUOTE=octogon;18077037]Yes, i don't get no Msg's to the server and i placed in client side initialspawn, to try and get it to work...[/QUOTE]
PlayerInitialSpawn is not a clientside hook. Make it a concommand or something.
[QUOTE=Entoros;18077080]PlayerInitialSpawn is not a clientside hook. Make it a concommand or something.[/QUOTE]
Why use concommands when you can use [url=http://wiki.garrysmod.com/?title=Gamemode.InitPostEntity]InitPostEntity[/url]
Tried that, i want to use it when player spawns or when i type concommand.Add("commandhere",datastream") then commandhere <name>
Sorry, you need to Log In to post a reply to this thread.