function serverCmdReloadMap(%client)
{
if(%client.isLocalConnection() || $Server::LAN || %client.getBLID() == getNumKeyID())
{
serverCmdChangeMap(%client,missionInfo.name);
schedule(200,0,messageAll,'',%client.getPlayerName() SPC "reloaded the map.");
}
}
That should work. I made it host-only, but you can easily change it to SA or admin-only.