Help with scripting please
Started by Tragen47




1 posts in this topic
Crown
<><

144 posts 6 threads Joined: Jan 2017
01-27-2017, 01:25 PM -
#2
You can't directly run eval on clients that connect to your server. The only way to run functions on the client from the server is if it's a clientCmd. AWS_bindTexutre(); is from the cinema mod I'm assuming, and is not a clientCmd so they have to enter it manually.

This won't work eitherway though as the client class is called GameConnection so it would be function GameConnection::onClientEnterGame(%client). You didn't include the %client variable so it would be nothing in this case.


Messages In This Thread
Help with scripting please - by Tragen47 - 01-27-2017, 04:05 AM
RE: Help with scripting please - by Crown - 01-27-2017, 01:25 PM

Forum Jump: