felixms / arma-rcon-class-php

A lightweight client for sending commands easily to a BattlEye server.
MIT License
46 stars 22 forks source link

Error Ban Arma 3 #3

Closed Milou544 closed 8 years ago

Milou544 commented 8 years ago

Hello, I have a problem with the ability to ban a player.

$rcon->ban_player('f276e058bbaaff85d23070c9bd43e2aa', 'test', 30);

Return true

But at the console is not banned. We see just that it is logged

felixms commented 8 years ago

The command is sent properly (see here), looks like a server side fault to me.