Jump to content
Sign in to follow this  
Anrchy

#exec command does not work

Recommended Posts

#userlist

and then

#exec kick id

#exec ban id

they all do not work. I tried it with player's name, their number and their id.

also, a player would spam the server with "user has modified file" message.

---------- Post added at 06:27 ---------- Previous post was at 05:53 ----------

I also need to know do the server configs like below work on cold war assault?

onHackedData = "ban (_this select 0)"; ***//auto ban hacked addons

onDifferentData = "kick (_this select 0)";

Share this post


Link to post
Share on other sites

#exec kick id

#exec ban id

Should be:

#kick <player_name>

#kick <player_number>

To my knowledge there's no ban command. You can add -netlog to the server.bat command to see who been on the server and get their ID. Then add the ID to the ban.txt

Share this post


Link to post
Share on other sites

All the commands you mentioned are for the servers of Arma1/2/3, though Arma1 didn't have them all yet. (With Arma1 I mean Arma: Armed Assault)

This is a old page of the community wiki, which got all the commands that are available in Arma:ColdWarAssault

Multiplayer Server Commands (Revision as of 12:14, 2 March 2007)

And here the old page for the server config file:

server.cfg (Revision as of 04:25, 23 June 2011)

Edit: And SilverMachine is right, there's really no ban command yet

Edited by Poweruser

Share this post


Link to post
Share on other sites

yeah I have a ban.txt

do I just put the ids one line after another?

23423422

23428811

58284222

and so on

Share this post


Link to post
Share on other sites
yeah I have a ban.txt

do I just put the ids one line after another?

23423422

23428811

58284222

and so on

Exactly.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×