#307 /reload transporters is not supported

已关闭
neatz093 年之前创建 · 1 条评论
neatz09 评论于 3 年之前
这个人很懒,什么都没留下。
image 评论于 3 年之前
协作者

listed in help:

    client->SimpleMessage(CHANNEL_COLOR_YELLOW, "/reload transporters");

command:

case COMMAND_RELOAD_TRANSPORTERS: {
    client->SimpleMessage(CHANNEL_COLOR_YELLOW, "Reloading Transporters in your current zone...");
    database.LoadTransporters(client->GetCurrentZone());
    client->SimpleMessage(CHANNEL_COLOR_YELLOW, "Done!");
    break;
}

?

listed in help: client->SimpleMessage(CHANNEL_COLOR_YELLOW, "/reload transporters"); command: case COMMAND_RELOAD_TRANSPORTERS: { client->SimpleMessage(CHANNEL_COLOR_YELLOW, "Reloading Transporters in your current zone..."); database.LoadTransporters(client->GetCurrentZone()); client->SimpleMessage(CHANNEL_COLOR_YELLOW, "Done!"); break; } ?
image3 年之前 关闭
登录 并参与到对话中。
正在加载...
取消
保存
这个人很懒,什么都没留下。