The server has been officially closed.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Athanatos on Sep 14, 2021, 12:41 PMI am using a cmd to enter the bot.Quote from: Inferno on Sep 14, 2021, 06:26 AMQuote from: gta5 on Sep 14, 2021, 04:23 AMQuote from: habi on Sep 13, 2020, 02:02 PMhi, the plugin use 8192 by default. you can change it by set_port("8193") for example.Quote from: gta5 on Sep 14, 2021, 04:23 AMMaybe try this, and for the server kicking the player, set anticheat 0 in server.cfgServer's port is already 8192 and i have anticheat 0 in server.cfg.
I will try this set_port thing :thumbsup:
You may want to spawn the bot not when the server starts (i.e onScriptLoad() ) but after some predefined time interval (i.e a timer being created when the script is loaded). This fixed my issues with the plugin.
Quote from: gta5 on Sep 14, 2021, 04:23 AMQuote from: habi on Sep 13, 2020, 02:02 PMhi, the plugin use 8192 by default. you can change it by set_port("8193") for example.
Quote from: gta5 on Sep 14, 2021, 04:23 AMMaybe try this, and for the server kicking the player, set anticheat 0 in server.cfgServer's port is already 8192 and i have anticheat 0 in server.cfg.