Source SDK

Source SDK

AHAHAC Jul 3, 2017 @ 9:28am
Garry's Mod- point_servercommand doesn't execute
I tried a trigger_multiple and a logic_auto. It doesn't work still. Please help me
< >
Showing 1-11 of 11 comments
Peter Brev Jul 3, 2017 @ 9:29am 
Use a point_clientcommand instead.
AHAHAC Jul 3, 2017 @ 9:32am 
Originally posted by speedvoltage:
Use a point_clientcommand instead.
Nope, it still not working
Werewolf™ Jul 3, 2017 @ 10:05am 
Both point_servercommand and point_clientcommand are controlled by the same cvar:
sv_allow_point_servercommand
, which by default is set to "official" (Both entities will only work on official Valve maps). You will need to set it to "always" in your server.cfg.
AHAHAC Jul 3, 2017 @ 10:15am 
Originally posted by GmT Werewolf GB/UK:
Both point_servercommand and point_clientcommand are controlled by the same cvar:
sv_allow_point_servercommand
, which by default is set to "official" (Both entities will only work on official Valve maps). You will need to set it to "always" in your server.cfg.
I trying to test the map in the game launcher by starting new game in lan. Can you write possible path to folder with server.cfg?
AHAHAC Jul 3, 2017 @ 10:19am 
And i trying to run "sv_allow_point_servercommand" in game console. It cant find this command. "Unknown command"
Snoopy Jul 3, 2017 @ 10:42am 
in the console enter: find point
this will find and list all commands containing 'point'

server.cfg should be in the games /cfg folder, if not you may need to create it
Last edited by Snoopy; Jul 3, 2017 @ 10:45am
AHAHAC Jul 3, 2017 @ 10:49am 
Originally posted by KillerB -=THC=-:
in the console enter: find point
this will find and list all commands containing 'point'

server.cfg should be in the games /cfg folder, if not you may need to create it
"find point" didn't found sv_allow_point_servercommand,
Tried use server.cfg. Nothing
Peter Brev Jul 3, 2017 @ 11:30am 
Some commands will return unknown command for some reason.

Game servers running Sourcemod can override this problem with sm_cvar sv_allow_point_servercommand.

That is if you actually run an Internet server.
Last edited by Peter Brev; Jul 3, 2017 @ 11:30am
AHAHAC Jul 3, 2017 @ 9:20pm 
Originally posted by speedvoltage:
Some commands will return unknown command for some reason.

Game servers running Sourcemod can override this problem with sm_cvar sv_allow_point_servercommand.

That is if you actually run an Internet server.
Unknown command "sm_cvar"
Peter Brev Jul 4, 2017 @ 1:53am 
Originally posted by AHAHAC:
Originally posted by speedvoltage:
Some commands will return unknown command for some reason.

Game servers running Sourcemod can override this problem with sm_cvar sv_allow_point_servercommand.

That is if you actually run an Internet server.
Unknown command "sm_cvar"


Originally posted by speedvoltage:
Some commands will return unknown command for some reason.

Game servers running Sourcemod can override this problem with sm_cvar sv_allow_point_servercommand.

That is if you actually run an Internet server.
Last edited by Peter Brev; Jul 4, 2017 @ 1:53am
< >
Showing 1-11 of 11 comments
Per page: 1530 50

Date Posted: Jul 3, 2017 @ 9:28am
Posts: 11