#307 /reload transporters is not supported

Closed
opened 3 years ago by neatz09 · 1 comments
neatz09 commented 3 years ago
There is no content yet.
image commented 3 years ago
Collaborator

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; } ?
Sign in to join this conversation.
Loading...
Cancel
Save
There is no content yet.