We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff3df9 commit 5487445Copy full SHA for 5487445
README.md
@@ -22,7 +22,7 @@ def msg(args):
22
import bec_rcon
23
rcon_client = bec_rcon.ARC("192.168.0.1", "MyPassword", 2302)
24
rcon_client.add_Event("received_ServerMessage", msg)
25
-rcon_client.loadMission("becti_0097_z1305.Altis.pbo")
+rcon_client.loadMission("becti_0097_z1305.Altis") #Filename without .pbo!
26
rcon_client.addBan(player_id=1, reason="Rcon is watching!", time=0)
27
```
28
# Known Issues:
0 commit comments