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 while executing some commands #48

Closed tomfcz closed 4 years ago

tomfcz commented 4 years ago

Hello, I am currently in the process of setting up RCON on PHP for a project. We quickly encountered a problem; some commands are sent but nothing is done in-game. After much research, I decide to write to you here. The connection is made and valid on the server. For example, the sayGlobal command works perfectly, same for the addBan command but the banPlayer or even kickPlayer command, they do not execute anything on the server despite the absence of error messages on the PHP page.

I don't see how to do it now, if you have any ideas / informations, I'm interested!

Thank's, Tom