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;
}
?
listed in help:
command:
?