01-27-2017, 04:05 AM -
Hello, I have started hosting one server and I want to make some scripts for it.
I made folder, put there server.cs, namecheck.txt and description.txt.
I wanted to make script that player when spawns (not connects) automatically inputs console command.
I do script like this:
function Client::GameConnection::onClientEnterGame()
{
echo(%client, "AWS_bindtexture()");
}
But, unfortunately it doesn't work. What did I do wrong and how to make script always running when someone spawns in game?????????
I made folder, put there server.cs, namecheck.txt and description.txt.
I wanted to make script that player when spawns (not connects) automatically inputs console command.
I do script like this:
function Client::GameConnection::onClientEnterGame()
{
echo(%client, "AWS_bindtexture()");
}
But, unfortunately it doesn't work. What did I do wrong and how to make script always running when someone spawns in game?????????